0

I have gone through several tutorials trying to get this through my thick skull with little luck. I am trying to allow users to select a photo album and be able to iterate through the photos in it. I have code going now to list the names of the various photo albums, but actually finding and selecting images from these using what I've found about the ALAssetsLibrary is driving me insane.

Looking for some direction or a pointer to a piece of sample code that does this on iOS5+, if anyone has any suggestions.

4

1 回答 1

0

看看这个ELCImagePickerController项目,它展示了如何获取相册以及如何获取每个相册中的图像。

于 2013-06-09T21:08:51.030 回答