I want to know that is there any way which make change all xib's background at once.I want to make change all background of xib in one time when i change my theme name. for example : If i choose "theam1" it make change at all view at once.Then if i change to "theme2" It make again change at all.
Like in android there is "style.xml" which make change at all in one time.May i get this type of functionality in xcode?
I know we can change it to set in viewwillappear at every time or set in appdelegate file but would i do via plist or other way which make change it all view in one time? Please suggest me.
Thank you