tags:

views:

230

answers:

1

Hi there,

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.

A: 

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.)

Sixten Otto
Thank you. But can i include that files in my project? Does it open license?
Judge for yourself: http://github.com/joehewitt/three20/blob/master/LICENSE
Sixten Otto
I also have an idea from a person that i can have a thumbnail kind of button(s) with image(s) in the background, which will suit for developing such concept.