views:

339

answers:

0

Hi everyone. Is there a way that I can capture consecutive pictures using UIImagePickerController and get rid of the screen that shows "Cancel" and "Retake". I want to be able to programmatically take consecutive pictures with shown camera controls (actually overlayed). The point of this is to use the apple`s tap focus feature which can not be done with showCameraControls = NO.

Apple is doing that in their camera app - taking an image and shortly after that (without showing you the cancel and retake screen) the app is ready for another shot.

Thanks.