Search code examples
objective-ciphoneuiviewpaginationuiscrollview

how to apply scrolling an page control on uiview?


I have to scroll 3 UIViews using nib with paging in iPhone?

I have 3 view and there are different things on all the views. 2 views have a able view and one have some form. so how can i scroll then with paging?


Solution

  • Here is a good example on how to use a scroll view with paging enabled, it shows both how to use a UIScrollView and a UIPageControl.

    http://www.edumobile.org/iphone/iphone-programming-tutorials/pagecontrol-example-in-iphone/