开发者

How to Remove Retake step in UIImagePicker?

开发者 https://www.devze.com 2023-03-14 21:29 出处:网络
I do not want to show Retake step in my iphone application. how开发者_如何学编程?? subclassing uiimagepicker?Don\'t subclass UIImagePickerController. It\'s a bunch of view controllers packaged in a

I do not want to show Retake step in my iphone application.

how开发者_如何学编程?? subclassing uiimagepicker?


Don't subclass UIImagePickerController. It's a bunch of view controllers packaged in a UINavigationController subclass.

I don't think you can skip the Retake step. Use the AV Foundation framework instead.


UIImagePickerController calls its delegate's didFinishPickingMediaWithInfo immediately after taking a picture if it has 'showsCameraControls' set to false.

0

精彩评论

暂无评论...
验证码 换一张
取 消