Browsing index pages (4 articles)
↧
UIImagePickerController no overlay on preview/skip preview
I am working on an iPhone app that makes use of the camera overlay view of the UIImagePickerController. However, the problem I am running into is that my overlay is still on the screen when the picture...
View ArticleAnswer by Travis Weerts for UIImagePickerController no overlay on...
As far as I can tell, this is not possible without creating your own custom Image Picker using the AVFoundation. The best answers to this question are here
View ArticleAnswer by jerik for UIImagePickerController no overlay on preview/skip preview
It's possible to use showsCameraControls = YES; and avoid the overlay on the preview view. I had the same problem and could solve it by using NSNotificationCenter along with...
View ArticleAnswer by Yadigar ZENGİN for UIImagePickerController no overlay on...
I don't know still anyone following this issue but it's possible to popBack and then show/present another screen/overlay for the additional trim/crop/editting and when cancel back to folder with...
View Article
Browsing index pages (4 articles)