尝试在iOS中更改UIPageControl中点的轮廓颜色

时间:2016-10-11 17:48:12

标签: ios swift uipagecontrol

是否可以更改UIPageControl中点的轮廓颜色?

在我的代码中,我有以下内容:

subView.currentPageIndicatorTintColor = UIColor.yellowColor()
subView.pageIndicatorTintColor = UIColor.clearColor()

但是,将pageIndicatorTintColor设置为“clearColor”会使整个点不可见。我想知道是否有办法使点不可见,但将边框颜色更改为其他东西,以便点仍然可见?

0 个答案:

没有答案