Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我使用UIPageViewController时,页面的背面颜色始终为白色。我怎样才能改变颜色?
UIPageViewController
您正在看到窗口背景颜色。您应该设置窗口背景颜色:
appDelegate.window.backgroundColor = [UIColor blackColor];