I don't want to click on UsePhoto after taking the photo by using this method [self.imagePicker takePicture]; how can i achive this?
Asked
Active
Viewed 35 times
0
-
1I don't understand your problem: In some way, you have to say to the UIImagePickerController that you want to use the presented image. So, why not use that button? – Reinhard Männer Dec 19 '16 at 09:38
-
After taking photo i don't want to click USePhoto. – User558 Dec 19 '16 at 09:43
-
If you dont want to usephoto, dont take a photo. or click cancel. – GeneCode Dec 19 '16 at 09:49
-
1i think @User558 want to use the selected image without tapping the `Use Photo` button in `UIImagePickerController`. – MD. Dec 19 '16 at 10:12
-
@GeneCode with out clicking on Usephoto.after taking photo – User558 Dec 19 '16 at 10:15
-
@Mahesh yes Mahesh any solution for that? – User558 Dec 19 '16 at 10:16
-
Please follow the link- http://stackoverflow.com/questions/9694859/ios-taking-photo-programmatically – User558 Dec 19 '16 at 13:53