简体   繁体   中英

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

1) Write a cateogory on ViewController and change the background image in the category.

2) you can set the background image of your main window and set background image of all your views to clear colour.

I would go for the first approach its more elegant

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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