简体   繁体   English

我如何为其他班级的表视图和UIView设置背景图片

[英]How i can set background picture for table view and UIView from other class

I've got some url with picture when my player go play. 播放器播放时,我有一些带有图片的网址。 And I want set a background picture to all my views. 我想为所有视图设置背景图片。 How I can do this? 我该怎么做? I need example code. 我需要示例代码。

2 approaches 2种方法

1) Write a cateogory on ViewController and change the background image in the category. 1)在ViewController上编写一个类别,然后更改类别中的背景图像。

2) you can set the background image of your main window and set background image of all your views to clear colour. 2)您可以设置主窗口的背景图像,并设置所有视图的背景图像以清除颜色。

I would go for the first approach its more elegant 我会去第一种方法,它更优雅

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM