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
Zoom-rotate image gallery with UIScrollView
1 Reply
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
Very good solution including source code with XCode project:
http://kwigbo.com/post/758575763/uiscrollview-image-gallery-tutorial
A 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/