Atma
Atma

Reputation: 29795

Need way to view an album of pictures on iPhone

I don't need to take pictures or access the iPhone photo album. I simply need to display a bunch of pictures in thumbnail form and then let the user view the larger version when tapped.

Would I use an uiimagepickercontroller or another controller?

If so does anyone have an example of how I load in the pictures to view?

Upvotes: 1

Views: 321

Answers (1)

coneybeare
coneybeare

Reputation: 33101

You can use the same tools that the facebook app uses: three20

Joe Hewitt, the developer behind the facebook app has open sourced much of his work. You can get it and many other goodies here: http://github.com/joehewitt/three20

Upvotes: 5

Related Questions