Is there a way to set same background image for all views?
Setting same background in all viewDidLoad: methods. It\'s not cool.
viewDidLoad:
I guess you can use Method Swizzling kind some feature to change all views colour or image setting.
Check following
https://wiredcraft.com/blog/method-swizzling-ios/