Question

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

Was it helpful?

Solution

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.

OTHER TIPS

I'm sure you found an answer already, but for folks who are reading this and want a good source, the Apple Sample COde "MultipleDetailView" uses a SplitView that goes to new nibs for the RootController...just use that as a guide!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top