标签: iphone ios ipad uipageviewcontroller
当我使用UIPageViewController时,页面的背面颜色始终为白色。如何更改颜色?
UIPageViewController
答案 0 :(得分:0)
您正在看到窗口背景颜色。您应该设置窗口背景颜色:
appDelegate.window.backgroundColor = [UIColor blackColor];