Whenever I try to present a UISplitViewController modally the application crashes. Thus it must allways be the root view controller. Can anyone confirm that?
|
feedback
|
|
From the Apple iPad Programming Guide:
So yes, you cannot present a split view outside of your main application window (that includes modally). EDIT The link to the docs above no longer discusses this topic. Relevant discussion can now be found at Apple's View Controller Catalog for iOS, which states the following:
| |||||||||||||||
feedback
|
|
Of course u can use uisplitviewcontroller whitout using it as root view controller. In my project, i use it like this:
and in - (void)viewDidLoad, set the splitViewController.view to mainViewController.view
| |||
feedback
|
|
The UISplitController CAN BE installed under UITabBarController. I do it. Just use search on this forum - I found at least one good software sample. | |||
|
feedback
|