How to implement Page control in iPhone app?

25k Views Asked by At

I'm a beginner in iPhone programming.

I am preparing an iPhone app where I need something similar to UIPageControl. How can I implement a page control in an iPhone app?

1

There are 1 best solutions below

0
On BEST ANSWER

You just need to refer to this tutorial.

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

Here you will find how to use PageControl.

Actually it gives a whole code which you can download and test in as a sample project and then you can implement in your project as per your requirements