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.
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.)
精彩评论