Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Get list of all photo albums and thumbnails for each album

Tags:

ios

iphone

ios5

How do I get a list of all the photo albums in iOS? I know the image picker has to have a list of them somewhere since it displays them all to the user. Once I have the photo albums, how would I go about displaying thumbnails of all the images in a particular album? I can't seem to find anything in the docs, but I'm sure there's got to be a way to do it.

like image 458
nick Avatar asked Mar 14 '12 15:03

nick


People also ask

How do I list items in a Google Photos album?

Items in a particular album or from the user's entire library (the default view in the Google Photos app) can be listed. You can use filters to select photos that match a specified date, content category, or media type when you list items from the user's library.

Where can I buy a photo album online?

Buy on Printique.com Another amazing photo album website is Printique (formerly AdoramaPix), which delivers beautiful keepsakes printed on professional-grade photo paper. Their photo books come in 10 different sizes, and you can choose from hardcover, softcover, fabric, and leather bindings, as well as six different page materials.

What is phonealbum and how to use it?

Every Album will hold a preview image as well an inner Vector that will hold all the images of the Album. Create an object that will hold the images once extracted from storage. We are going to call it PhoneAlbum.

How many photos can I add to my album?

You can provide up to 800 images, as well as special instructions, and in a few days, you’ll be able to review and personalize your album! Your finished design is printed on high-quality paper, and you can choose from different covers, including glossy, matte, and even leather options.


1 Answers

You can't get that kind of information from UIImagePickerController if that is what you are asking.

Take a look at AssetsLibrary framework. There is even sample code that implements a custom image picker.

like image 172
Filip Radelic Avatar answered Oct 22 '22 12:10

Filip Radelic