pagecontrol selectable page visibility color?
In my application I want to change pagecontrol selectable page (dot) color to brown instead of white.
I know it's possible to change the background color of pagecontrol. But how can I change t开发者_StackOverflowhe selectable page (dot) color to some other color?
UIPageControl
does not support this by default. You have to create your own page control and do the drawing on your own.
精彩评论