I am developing an iPad application in which I have saved images to custom album using This.
Now I want to get all the images from that custom folder and I need to show all those in a animated UIImageView.
I know how to set animation but I want to know how to get all the images from particular custom folder.
See this code I used to load the images from the custom album. I have used the same sample code to store my images in custom album.
Here the
kAlbumNameis one string ivar which contains the custom album name.EDIT:1
Above code just gives you the whole album selected with all it photos now to get those photos from album use the following code
NOTE: Instead of
kThumbSizedefine yourCGRectMake()as commented.Enjoy coding 🙂
Happy Day 🙂