UIImageViews and related view controllers for photo galleries

I have a list of UIImageViews that I would like to view, just like a Facebook image viewer. Any suggestions on which I should use a page control with custom view controllers for the controller, or does anyone know of an open library that would help accomplish this?

+3
source share
1 answer

The perfect open library for this Three20 . This is the API used by the Facebook application itself, and is regularly updated and very reliable.

Inside it there are TTThumbsViewController and TTPhotoViewController that sound the way you will use.

, TTPhotoViewController ( Thumbs ) PhotoViewController - Ray Wenderlich

+4

All Articles