How to implement Page control in iPhone app?
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?
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
精彩评论