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

9.9k Views Asked by At

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

2

There are 2 best solutions below

0
On BEST ANSWER

For this you need to add UIPageControl to show scroll indicatior like home. Also don't forgot to change current page of UIPageControl.

0
On

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?