Been searching already, and there might be duplicates, but I don't have a clean solution for a newbie.
I want to use the default UIImagePickerController to take multiple photos only without showing the previews or dismissing the controller until I've taken a certain number of photos. Basically "clicking" away until you've taken, say, six photos. Then the Controller is dismissed.
Is there a way to do that without a custom class?