Reputation: 3379
How to swipe a viewcontroller shows as muliple page, only data changing when we do swipe. please help me out, how should i achieve this task.
Regards Sri
Upvotes: 0
Views: 935
Reputation: 2288
Check out this github project. Just replace the Example View Controller with your own.
Upvotes: 0
Reputation: 37495
Apple have a great tutorial from this year's WWDC which shows how to do a paging UIScrollView, which I think is what you want. The example code is here:
And the video of the presentation (which explains a how it works very well) here:
Upvotes: 1