1. <legend id='mCJGa'><style id='mCJGa'><dir id='mCJGa'><q id='mCJGa'></q></dir></style></legend>

    1. <i id='mCJGa'><tr id='mCJGa'><dt id='mCJGa'><q id='mCJGa'><span id='mCJGa'><b id='mCJGa'><form id='mCJGa'><ins id='mCJGa'></ins><ul id='mCJGa'></ul><sub id='mCJGa'></sub></form><legend id='mCJGa'></legend><bdo id='mCJGa'><pre id='mCJGa'><center id='mCJGa'></center></pre></bdo></b><th id='mCJGa'></th></span></q></dt></tr></i><div id='mCJGa'><tfoot id='mCJGa'></tfoot><dl id='mCJGa'><fieldset id='mCJGa'></fieldset></dl></div>

        <bdo id='mCJGa'></bdo><ul id='mCJGa'></ul>
    2. <tfoot id='mCJGa'></tfoot>
    3. <small id='mCJGa'></small><noframes id='mCJGa'>

      如何隐藏&amp;在 SplitView 控制器中取消隐藏主视

      时间:2023-05-31
      • <bdo id='tXTYY'></bdo><ul id='tXTYY'></ul>
        <tfoot id='tXTYY'></tfoot>

        <i id='tXTYY'><tr id='tXTYY'><dt id='tXTYY'><q id='tXTYY'><span id='tXTYY'><b id='tXTYY'><form id='tXTYY'><ins id='tXTYY'></ins><ul id='tXTYY'></ul><sub id='tXTYY'></sub></form><legend id='tXTYY'></legend><bdo id='tXTYY'><pre id='tXTYY'><center id='tXTYY'></center></pre></bdo></b><th id='tXTYY'></th></span></q></dt></tr></i><div id='tXTYY'><tfoot id='tXTYY'></tfoot><dl id='tXTYY'><fieldset id='tXTYY'></fieldset></dl></div>
      • <legend id='tXTYY'><style id='tXTYY'><dir id='tXTYY'><q id='tXTYY'></q></dir></style></legend>

              <small id='tXTYY'></small><noframes id='tXTYY'>

                <tbody id='tXTYY'></tbody>
                本文介绍了如何隐藏&amp;在 SplitView 控制器中取消隐藏主视图控制器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                问题描述

                限时送ChatGPT账号..

                我在 XCode 4.2 中创建了一个新的基于拆分视图的项目

                I have created a new split view based project in my XCode 4.2

                然后在 DetailViewController.m 文件中我添加了这个方法

                Then in DetailViewController.m file i have add this method

                - (BOOL)splitViewController: (UISplitViewController*)svc shouldHideViewController:(UIViewController *)vc inOrientation:(UIInterfaceOrientation)orientation 
                {
                  //This method is only available in iOS5  
                
                   return NO;
                }
                

                现在通过这样做,我可以同时显示 left &我的 splitview 控制器的右侧部分.

                Now by doing this i can able to show both left & right part of my splitview Controller at a time.

                现在我在我的 DetailViewController 导航栏中添加了一个 UIBarButtonItem,我想通过使用它来隐藏 &在纵向和横向模式下显示我的主视图.

                Now i have added a UIBarButtonItem in my DetailViewController Navigation bar and i want by using which i can hide & show my Master View both in Portrairt and Landscape Mode.

                - (IBAction)hideUnhide:(id)sender 
                {
                
                //How can hide & unhide
                
                }
                

                我该怎么做?

                推荐答案

                instead spv.delegate=nil; spv.delegate=self;
                

                接下来你需要做的:

                [spv willRotateToInterfaceOrientation:self.interfaceOrientation duration:0];
                

                这篇关于如何隐藏&amp;在 SplitView 控制器中取消隐藏主视图控制器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                上一篇:ios 5 UISearchDisplayController 崩溃 下一篇:iOS 使用音量按钮作为输入

                相关文章

                最新文章

                <i id='uJmOJ'><tr id='uJmOJ'><dt id='uJmOJ'><q id='uJmOJ'><span id='uJmOJ'><b id='uJmOJ'><form id='uJmOJ'><ins id='uJmOJ'></ins><ul id='uJmOJ'></ul><sub id='uJmOJ'></sub></form><legend id='uJmOJ'></legend><bdo id='uJmOJ'><pre id='uJmOJ'><center id='uJmOJ'></center></pre></bdo></b><th id='uJmOJ'></th></span></q></dt></tr></i><div id='uJmOJ'><tfoot id='uJmOJ'></tfoot><dl id='uJmOJ'><fieldset id='uJmOJ'></fieldset></dl></div>
              • <tfoot id='uJmOJ'></tfoot>
              • <legend id='uJmOJ'><style id='uJmOJ'><dir id='uJmOJ'><q id='uJmOJ'></q></dir></style></legend>

                • <bdo id='uJmOJ'></bdo><ul id='uJmOJ'></ul>

                <small id='uJmOJ'></small><noframes id='uJmOJ'>