开发者

How to Remove Retake step in UIImagePicker?

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜