How to implement Page control in iphone app?

Parth Bhatt picture Parth Bhatt · Nov 28, 2010 · Viewed 25k times · Source

I am preparing an iPhone app where I need something similar to UIPageControl.

Can you please tell me what I can do?

How can I implement a page control in an iPhone app?

Help me please.

Any tutorials would be a great help to me because I'm a newb in iPhone programming.

Answer

ParthBhatt picture ParthBhatt · Nov 28, 2010

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