Search code examples
iphoneobjective-ccameraphotophoto-gallery

What is the easiest way to incorporate the iPhone's default Photo Album into a custom app?


Is it possible to simply incorporate the iPhone's Photo Album in a custom application in the same way it is done within the default camera application? If so, how?

I know I can use the ALAssetsLibrary and what not to create my own Photos Album ... but there isn't anything I want to customize. I just want the same capabilities that you get as if you accessed it from the camera application (e.g. can share, slideshow, navigate between albums, etc... etc...) with a "Done" button to get back to my application.

Thanks -wg


Solution

  • The answer is unfortunately no :(