开发者

UIsplitViewController not RootViewController

开发者 https://www.devze.com 2023-01-10 00:14 出处:网络
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 presen

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

0

精彩评论

暂无评论...
验证码 换一张
取 消