I need to init my app which is using tab bars.
I have no problem switch between the tab to initialize tab view. The problem is when I press the home button and start my app again the next day, I want to nib to initialize straight away.
If there a way?
Well, you could probably from the app delegate refresh them… If you have a reference to your
UITabBarControllerin your app delegate you can do something like this: