Getsy
Getsy

Reputation: 4905

iPhone-SDK:Thumbnail images in iPhone view controller view

I have 8 images in my project which has 320 * 480 pixels(full screen image). I need to show all the images in thumbnail format in a view (same like how we see in built-in Cameral Roll). When user selects one, it should display that image with the same actual size (320 * 480) as background of my first view.

May i know how to achieve this? Could someone please help me on this?

thank you.

Anyone Please?

Priya.

Upvotes: 1

Views: 1055

Answers (1)

Sixten Otto
Sixten Otto

Reputation: 14816

You might consider incorporating the TTPhotoViewController from the Open Source Three20 library. It's essentially a work-alike for the image viewer in the Photos app. (There's also a lot of other good stuff in there.)

Upvotes: 2

Related Questions