Is it possible to change the outline colour of the dots in UIPageControl?
In my code, I have the following:
subView.currentPageIndicatorTintColor = UIColor.yellowColor()
subView.pageIndicatorTintColor = UIColor.clearColor()
However, setting the pageIndicatorTintColor to "clearColor" renders the entire dot invisible. I'm wondering if there is a way to make the dot invisible, yet change the border colour to something else so that the dot is still visible?