There is a great and easy solution to display an image gallery with zooming and panning option using the built-in zooming and autoresizing tools: Tutorial here
Posts Tagged ‘uiscrollview’
Zoom-rotate image gallery with UIScrollView
Friday, May 20th, 2011Image gallery on iPhone with UIScrollView
Wednesday, November 17th, 2010Very good solution including source code with XCode project:
http://kwigbo.com/post/758575763/uiscrollview-image-gallery-tutorial
Swiping between images on iPhone
Wednesday, November 17th, 2010A very easy solution to create the swiping images (or snap to page) effect for iphone, is using the combination of UIPageView and UIScrollView.
Here is a quick and great sample project:
http://code.davidjanes.com/blog/2009/09/26/uipagecontrol-uiscrollview/