开发者

How to use ImagePickerController without displaying the Preview window?

I am using the imagePickerController to capture images and then save them to the photo library. After I take the picture I get a Preview window with the "Use" and "Retake" buttons. Is there a way going without the display of that Preview window if I suppose that I am going to use the "Use" button all the time?

开发者_运维技巧

Thanks, Nick


Set UIImagePicker's allowsEditing property to NO.


You can't circumvent the preview screen without a hack. If it is necessary to avoid that screen, you can consider using the AV Foundation Framework.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜