Single album in UIImagePickerViewController
I'm new in iOS development and I was wondering if is possible to use an UIImagePickerViewController to view a single album 开发者_如何学JAVAcreated by the same application.
UIImagePickerController will open up to the Albums view, it's then up to the user to decide what album they wish to navigate to.
For an "Album" made by your application, you can create your own "gallery view" and only display the images that your app has created.
精彩评论