I want to show SplitViewController view. But I don't want my 开发者_开发技巧SplitViewController as the rootView Controller . I want UInavigationViewController as rootViewController and want to present SplitViewController view after first view. Is this possible ?
No. Apple Documentation "The split view controller’s view should always be installed as the root view of your application window. You should never present a split view inside of a navigation or tab bar interface." You might modally display other views over the UISplitViewController to make it appear as if it were not the root controller...
My answer in this question may help you,
remove-split-view-and-show-another-xib-in-the-whole-screen
thanks,
Naveen Shan
精彩评论