hello, i have two tabBar's, is there a way to load and by so prepare the view (it's an xml view) of the other tab while the user still didn't enter it (for faster loading) ?
A:
If you're using UITabBars, the load time should be inconsequential. If you're using one tab bar, but multiple tabs, and would like to preload the tabs, call [viewController view] to pre-load the view.
Ben Gottlieb
2009-12-23 13:17:07
from where to call the [viewController view] ?
dani_au
2009-12-23 13:23:15
you'd call it from wherever you're setting up all your view controllers.
Ben Gottlieb
2009-12-23 14:42:39