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 the selectable page (dot) color to some other 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 the 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.