How to set photo taken with UIImagePickerController to be viewed/modified into a custom UIViewController?

Viewed 2049

I am currently using the default UIImagePickerController, and immediately after a picture is taken, the following default screen is shown:

enter image description here

My question is, how would I be able to use my own custom UIViewController to view the resultant image (and therefore bypass this confirmation screen ).
Please note that am not interested in using a custom overlay for the UIImagePicker with custom camera controls or images from photo gallery, but rather just to skip this screen and assume that the photo taken is what the user would have liked.

Thanks!

3 Answers
Related