I am changing the background color from single view controller to all other view controller.
but it is working only when i start with that single controller .
if i started with any other controller then i am not getting background change for that controller.
I though that because if i start with some other controller , its init method is called and and changes that i am calling from single controller after going to other controller is not appear for other controller.
So how can we reinit the other controller so that changes appear in other controller also.