This code is now a part of the BaseAppKit.
I'm working on a project that requires to use UIPageControl. The catch? White background. With UIScrollView you can choose between white and black indicators, with UIPageControl no luck — only white dots.
But it turns out that UIPageControl is not that complicated. I've opened its definition, copied it, added dots color property and implementation. Now I have a drop-in replacement for UIPageControl and free to choose any color for the dots.

Sample project with ZZPageControl class is available in SVN repository. If you spot any problems with it please contact me!






