5

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

Martin Pilch
  • 3,245
  • 3
  • 38
  • 61

2 Answers2

4

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?

Community
  • 1
  • 1
mattjgalloway
  • 34,792
  • 12
  • 100
  • 110
4

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

saadnib
  • 11,145
  • 2
  • 33
  • 54