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
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?