Show a loading view and switching to TabBarController in iPhone app?

I would suggest using a modal view controller for the loading view.

I would suggest using a modal view controller for the loading view: - (void)presentModalViewController:(UIViewController *)modalViewController animated:(BOOL)animated If you present the modal view controller as soon as your app launches (with no animation), it will be on top of everything, including the tab bar, even if it was presented by one of the tab view controllers. Once the loading is done, you can dismiss the modal view controller: - (void)dismissModalViewControllerAnimated:(BOOL)animated You could animate the dismissal or not. If your Default.

Png (launch screenshot) looks like the modal view, the whole thing should be pretty seamless.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions