I’m new in iOS development and I was wondering if is possible to use an UIImagePickerViewController to view a single album created by the same
application.
I’m new in iOS development and I was wondering if is possible to use
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.