Open standard iPhone photo library application from iPhone app
Posted
by Vidas
on Stack Overflow
See other posts from Stack Overflow
or by Vidas
Published on 2010-05-22T16:20:02Z
Indexed on
2010/05/22
16:20 UTC
Read the original article
Hit count: 282
Hello, 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.
© Stack Overflow or respective owner