UIScrollView - scroll indicator with white points (like on home-screen)

Martin Pilch picture Martin Pilch · Jan 13, 2012 · Viewed 9.6k times · Source

I want to change UIScrollview scroll indicator's style. I have turned paging on and I want to see white points (like on iPhone home-screen) instead of bar. It is possible?

Thank you

Answer

mattjgalloway picture mattjgalloway · Jan 13, 2012

It's a UIPageControl. Just add one to your view (not in the scroll view though!) and wire it up appropriately. See this question for more as well - how do i use a UIPageControl?