I want to offer the user with the possibility of taking more than one picture within the UIImagePickerController
, just like the Apple Camera App. The behavior of the controller itself mustnot be changed. So, after the user has chosen to use the current photo he has shot, i want the controller to return to the "Take picture" view.
How can I do this? It would be the best if I can "reset" the controller somehow in the delegate methods for UIImagePickerController
.