views:

57

answers:

2

alt text

You guys get what I mean. I have no idea how to do this. There are no tutorials anywhere and so far I've spent about 4 hours on this to no avail. Can anyone point me to anything useful or give me a quick run down on how I would achieve this? Cheers.

A: 

In short: create a UIView or UIControl subclass. Draw thumbnail images of the pages. Respond to touch events and send selection changes to a delegate that can then update the real page. Something like that :-)

St3fan
A: 

For a bit broader explanation than St3fan's you can check this link - http://stackoverflow.com/questions/2914154/thumbnail-slider-in-toolbar-like-ipad-photos-app

Kostiantyn Sokolinskyi