views:

612

answers:

1

Is it possible to specify a xib file for the RootController of an iPad's splitview?

+1  A: 

Open the MainWindow-iPad.xib that is autogenerated with your project. You should be able to expand the SplitViewController to display the viewControllers that are housed in it. You'll notice that the Detail side says something about "Loaded by DetailViewController.xib". You'll have to click the RootViewController icon and specify a nib name and make the necessary connections in Interface Builder.

JustinXXVII