0

I want to make a gallery with previous and next button in my iPhone app.

If anyone has idea , link , exampler or something that lead me to implement the gallery please provide me .

harshalb
  • 6,012
  • 13
  • 56
  • 92

2 Answers2

5

I've written a simple and easy to use photo browser called MWPhotoBrowser. I decided to create it as Three20, while very good, was too heavy/bloated as all I needed was a photo viewer.

It is an implementation of a photo viewer that I wrote allowing the user to view one or more images in a similar way to the native Photos app. It can display one or more images by providing either UIImage objects, file paths to images on the device, or URLs images online. Photos can also be zoomed, panned, and navigated with previous/next buttons.

View MWPhotoBrowser on GitHub

Hope this helps!

Michael Waterfall
  • 20,497
  • 27
  • 111
  • 168
1

Thee20 framework, they have a great gallery example

Jake
  • 3,973
  • 24
  • 36
  • I have seen it but I can't understand how to include that lib in my proj and how to use that gallery class .If you know how to use it , Can you explain me , if you don;t mind . – harshalb Dec 01 '09 at 11:59
  • there is a very clear tutorial on the front page of the project. it takes 9 steps to include. – Jake Dec 01 '09 at 12:22
  • I have completed all steps but still it gives on the header file what is wrong can you tell ? – harshalb Dec 01 '09 at 12:57
  • It's; #import – Jake Dec 01 '09 at 13:56