UISplitViewController在Portrait时也为分割窗口

来源:互联网 发布:tensorflow squeeze 编辑:程序博客网 时间:2024/05/18 01:43

- (BOOL)splitViewController:(UISplitViewController *)sender

   shouldHideViewController:(UIViewController *)master

              inOrientation:(UIInterfaceOrientation)orientation

{

        return NO; //永远不隐藏左侧的窗口 

}

原创粉丝点击