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.
当我的播放器开始播放时,我有一些带有图片的网址。我想为我的所有视图设置背景图片。我怎么能做到这一点?我需要示例代码。
2 种方法
1)在ViewController上写一个分类,改变分类中的背景图片。
2)您可以设置主窗口的背景图像并将所有视图的背景图像设置为清晰的颜色。
我会选择第一种方法,它更优雅