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.
加载中,请稍侯......
精彩评论