cocoa touch - UIsplitViewController not RootViewController -
I want to show the SplitViewController view. But I do not want to have my SplitViewController as the rootview controller. I want to view UViewViewController as a root viewcontroller and want to present the SplitViewController view after the first view. Is this possible?
No "view of the partition view controller should always be installed as the root view of your application window You should never show a partition view inside the Navigation or Tab Bar interface. " You can formally display other views on this UISplitViewController as if it is not the root controller ...
Comments
Post a Comment