是否可以更改UIPageControl中点的轮廓颜色?
在我的代码中,我有以下内容:
subView.currentPageIndicatorTintColor = UIColor.yellowColor()
subView.pageIndicatorTintColor = UIColor.clearColor()
但是,将pageIndicatorTintColor设置为“clearColor”会使整个点不可见。我想知道是否有办法使点不可见,但将边框颜色更改为其他东西,以便点仍然可见?