0
votes

I need to open photo library from my iPhone app just like standard iPhone Camera application does. Is it possible?

I don't want picking-style interface of UIImagePickerController - it has unnecessary controls like "Use" and "Cancel" buttons and does not have full photo library viewing functionality - zooming and sliding between photos etc. My goal is to navigate user to the photo library for viewing photos (with full functionality of viewing photos) and - when user has finished - return to my app - just like standard Camera application does when you preview last-taken photos.

3

3 Answers

0
votes

seem like that it is possible to open only 1 photo using UIImagePickerController, can not open multiple photos.