I've been trying to build a UI that's as similar as possible to the built in iPhone 'camera' app as possible. Necessarily I've been using the UIImagePickerController class.
It imposes on me two constraints that I wish to overcome...
I'd like to be able to take more than one photo (currently mine takes one then comes to a sudden stop.
I wish to skip the 'photo verification' stage where the photo/movie can be vetted by the user before committing it to the photo library.
Both of these are currently beyond me, and I know they're both possible as 'ClearCam' on the store does it perfectly.
Your clues & boos are all welcome,
M.