我有一个UIPageViewController
透明背景,我想知道我是否可以使非选定页面点不透明。它们目前是半透明的,我可以通过它们看到我的背景。
这可能吗?
答案 0 :(得分:4)
我还没有尝试过,但是pageIndicatorTintColor
和currentPageIndicatorTintColor
都有UIColor
,你可以设置alpha。{{1}}。虽然文档警告:
您没有为此属性应用alpha。建议(但不要求)您为此参数指定的颜色包含一些透明度 - 即。 alpha值应小于1.0。