0

I am saving photos in application folder, now I need to show these saved photos in a gallery view in my application, I've given a try to Fgallery, but it was not worthy as this is showing only local(Main bundle's) and network (server) images.I need to show my application folder's images in gallery View, and I don't know how to use Three20 library. Please help.

Naina Soni
  • 720
  • 5
  • 21
  • Dear Naina did you manage to create your own photo gallery? please add the solution here. I want the same thing but I didn't manage to find anything – Niloufar Aug 23 '16 at 06:57

1 Answers1

0

You can use ALAsset for showing the photos from the iPhone Photo Album . You can refer this sample Code ELCImagePicker.

Aravindhan
  • 15,608
  • 10
  • 56
  • 71
  • Thanks for reply, but its not helping..i need to create a gallery view with the images which is in my application documents directory folder. – Naina Soni Apr 23 '12 at 06:22