UIPageViewController黑屏

时间:2016-08-05 18:05:22

标签: ios swift uiviewcontroller uipageviewcontroller

我使用UIPageViewController加载多个UIViewControllers,但每次我尝试滚动浏览最后一个ViewController,或者甚至尝试在{{1}的开头滚动相反的方向我得到一个空白屏幕,如下所示。空白视图从未真正完全加载到视图上,但理想情况下我希望空白屏幕只有白色背景,因此用户不会明显看到。

The blank screen appears when I try scrolling to the left from the first VC.

The blank screen appears again when I try scrolling past the last VC.

非常感谢任何帮助。

pageController

1 个答案:

答案 0 :(得分:4)

添加 view.backgroundColor = .whiteColor()

viewDidLoad()

中的