how do i use a UIPageControl?

snrbrn picture snrbrn · Aug 15, 2010 · Viewed 38.9k times · Source

I am making an app where 10 images can be scrolled through using a page control. The problem is that I have absolutely no idea how to use a page control. Any help at all is appreciated.

Answer

Douglas picture Douglas · Aug 15, 2010

There is an example here, and you can read the documentation here.

Try downloading and running the example, then scanning through the documentation and the source code of the example to get an idea of what it is doing and how to use it.

I found the above two links by searching google for "uipagecontrol" and "uipagecontrol example".