我是iOS開發的新手......我想在此視圖上添加3個按鈕:取消,從庫中選擇並從相機中取出。 我已經知道了UIImagePicker方法。 感謝UIActionSheet ...如何實現UIImagePicker?
回答
Ciao的達維德閱讀UIImagePickerController類參考應該是有用的:
您可以自定義圖像選取器控制器,自己管理的用戶交互。爲此,請提供一個包含要顯示的控件的疊加視圖,並使用「捕獲靜止圖像或動畫」中所述的方法。除了默認控件外,您還可以顯示自定義疊加視圖。通過cameraOverlayView屬性可以在iOS 3.1和更高版本中使用UIImagePickerController類的自定義疊加視圖。有關代碼示例,請參閱PhotoPicker示例代碼項目。
在這裏有UIImagePickerController類參考: http://developer.apple.com/library/ios/#documentation/uikit/reference/UIImagePickerController_Class/UIImagePickerController/UIImagePickerController.html
而且這裏有PhotoPicker示例代碼: http://developer.apple.com/library/ios/#samplecode/PhotoPicker/Introduction/Intro.html#//apple_ref/doc/uid/DTS40010196
謝謝!古拉爵! :) – 2012-01-30 20:47:45
不客氣! (di niente) – Beppe 2012-01-30 20:54:51
- 1. 現在UIImagePicker
- 2. UIActionSheet - 類沒有實現'UIActionSheetDelegate'協議
- 3. UIImagePicker StartVideo問題
- 4. UIImagePicker拍照時出現錯誤旋轉
- 5. UIActionSheet出現中途
- 6. UIActionSheet不會出現
- 7. UIImagePicker只出現一次
- 8. 如何在基於UIImagePicker的應用程序中實現相機曝光控制?
- 9. 如何在UIImagePicker中實現自定義'使用'和'重拍'按鈕?
- 10. UIActionSheet如何工作?
- 11. AirPrint和uiactionsheet - 如何?
- 12. 從小孩UIViewController呈現UIActionSheet
- 13. UIActionSheet需要在2行中實現按鈕標題
- 14. 如何創建UIActionSheet操作?
- 15. 如何自動解除UIActionSheet
- 16. 如何更改UIActionSheet視圖?
- 17. UIImagePicker cameraOverlayView出現在重拍屏幕
- 18. 如何將按鈕添加到現有的UIActionSheet?
- 19. 如何實現
- 20. 如何更改UIImagePicker中的欄顏色?
- 21. 如何更改UIImagepicker的語言?
- 22. 如何從UIImagePicker推送到UIViewController
- 23. UIActionSheet buttonIndex
- 24. flurryads當呈現uiactionsheet時崩潰
- 25. 使用UIActionSheet和Three時出現錯誤
- 26. IOS UIImagePicker在一個UIView子視圖
- 27. 如何在Delphi中實現XIRR實現?
- 28. UIActionSheet for two UITextView
- 29. 如何實現與實體
- 30. 自定義UIActionSheet
你有沒有考慮在網絡上搜索?甚至是SO – mbh 2012-01-30 20:28:43