How can I change the color of pagination dots of UIPageControl?
问题 I am developing an application in which I want to change either color or image of UIPageControl pagination dots. How can I change it? Is it possible to customize UIpageControl on above scenario? 回答1: UPDATE: This answer is 6 years old and very outdated, but it's still attracting votes and comments. Ever since iOS 6.0 you should be using the pageIndicatorTintColor and currentPageIndicatorTintColor properties on UIPageControl . ORIGINAL ANSWER: I ran into this problem today and decided to write