Twitter

@ismets Weer foutmelding: http://yfrog.com/5gmzcp

Photos

Grand Canyon 27

Login

Name:

Password:

iPhone sample code: SlideShow

To celebrate the downfall of the NDA and in response to a tweet from Fraser Speirs, I've written some sample code to swipe through a list of UIImages.

SlideShow.zip (155kb zip file)

I took a different approach than what Fraser seems to be doing. Where he's using a UIScrollView, I just used 3 UIImageViews (current, previous and next image) which are swapped out after each swipe.

The code is pretty basic and contains no comments at all, but some of you might find it useful...

Enjoy!