11

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?

halfer
  • 19,824
  • 17
  • 99
  • 186
Parth Bhatt
  • 19,381
  • 28
  • 133
  • 216

1 Answers1

23

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

Parth Bhatt
  • 19,381
  • 28
  • 133
  • 216