tags:

views:

71

answers:

1

I want to make a iPhone application which can switch screens by touch and drag, follow below picture:

Please guide for me!

+1  A: 

Take a look at this sample code from Apple:

https://developer.apple.com/iphone/library/samplecode/PageControl/index.html

No Surprises
Thank for your guide!But this use PageControl to switch screens, I want to manual switch screens (don't use PageControl or any). Do you have solution?
hungbm06
Look at the sample code. You don't have to use the actual page control. The sample code shows you how to use a UIScrollView to do this.
Nimrod