Load all tab bar views when application first runs
Posted
by
codenoobie
on Stack Overflow
See other posts from Stack Overflow
or by codenoobie
Published on 2011-01-07T00:51:21Z
Indexed on
2011/01/07
0:53 UTC
Read the original article
Hit count: 174
Here's the problem.
I have a tab bar controller with 4 separate views. When I navigate from the first view to the second view, it takes some time to load up the second view.
What I want to do is be able to load and initialize all of my tab bar views during my splash screen. That way, when the user navigates between the tab views, there is no wait time.
So the question is... how do I manually initialize my individual tab bar views in my app delegate?
And once again, thank you stackoverflow!
© Stack Overflow or respective owner