我使用UIPageViewController制作全屏照片的幻灯片。然后,当用户点击图片时,我想隐藏页面指示符。
我试图使用此代码,但它不会立即隐藏指示器。
let appearance = UIPageControl.appearance()
appearance.isHidden = true
有人可以给我一个建议吗?
答案 0 :(得分:0)
只有在实现这两种方法时才会显示页面控件:
presentationCountForPageViewController:
presentationIndexForPageViewController:
尝试从实施中删除它们。