iPad UISPlitViewController question

Posted by saikamesh on Stack Overflow See other posts from Stack Overflow or by saikamesh
Published on 2010-03-31T18:06:11Z Indexed on 2010/04/01 5:13 UTC
Read the original article Hit count: 360

Filed under:
|
|

Hi,

It is mentioned in the Apple's documentation that if we use UISPlitViewController in our app, then that should be the root view controller.

In our iPone app we are showing splash screen for some seconds till the loading of the app finishes. Once it is loaded the home screen needs to be displayed in a SplitViewController. If we use SplitViewController as the root view. How will we show the splash screen which is displayed in a single view where as SplitVieController displays two ViewControllers. Please explain me the how this can be done.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about ipad