标签: ios swift uipageviewcontroller
我想更改我的UIPageController背景颜色并执行下一步:
let appearance = UIPageControl.appearance() appearance.backgroundColor = UIColor.clearColor()
但它会让我失去黑色。我怎样才能让它变得透明?