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

    1. <legend id='m4CSe'><style id='m4CSe'><dir id='m4CSe'><q id='m4CSe'></q></dir></style></legend>
      1. <small id='m4CSe'></small><noframes id='m4CSe'>

      2. UITabBarController 的“更多"导航控制器在 UINavigationController 下

        UITabBarController#39;s #39;More#39; navigation controller disappears under UINavigationController(UITabBarController 的“更多导航控制器在 UINavigationController 下消失)

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

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

            <bdo id='rz2kB'></bdo><ul id='rz2kB'></ul>

                <tfoot id='rz2kB'></tfoot>
                  <tbody id='rz2kB'></tbody>
                1. 本文介绍了UITabBarController 的“更多"导航控制器在 UINavigationController 下消失的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我在我的应用程序上使用 UITabBarController 和 UINavigationController.

                  I am using a UITabBarController as well as a UINavigationController on my app.

                  在我的 UITabBarController 中,我使用了 5 个以上的项目,因此我会自动获得更多"项目.我设法添加了一个保存程序,以便保留这些项目的顺序,以防有人更改顺序等.

                  In my UITabBarController I am using more than 5 items so I automatically get the 'More' item. I've managed to add a saving procedure so the order of those items will be kept in case somebody changes the order etc.

                  当更多"处于活动状态时,我会在 UINavigationController 下方获得带有编辑"项的更多导航控制器.两个导航控制器都是可见的.当我点击编辑虽然更多导航控制器消失并且似乎隐藏在我的 UINavigationController 下,因此我无法看到/使用完成"功能来保存我的新订单

                  With 'More' active I get the More navigation controller with the 'Edit' item positioned under my UINavigationController. Both navigation controller are visible. When I click on 'Edit though the More navigation controller disappears and seem to be hiding under my UINavigationController and therefore I can't see/use the 'Done' function to save my new order

                  我错过了什么?

                  干杯

                  推荐答案

                  我相信 iOS 确实在他们的 iPod 应用程序中同时使用了导航控制器和标签控制器.导航控制器将您带到正在播放的歌曲并返回,同时当您选择歌曲/专辑/播放列表等时您有标签控制器.但是,导航控制器(或标签栏控制器)似乎是定制的,因为它处理通过将导航栏隐藏在编辑栏下方的更多->编辑案例,这不是默认的 UITabBarController 所做的.

                  I believe iOS does use both navigation controller and tab controller at the same time in their iPod app. The navigation controller takes you to the playing song and back and at the same time you have the tab controller when you select songs/albums/playlists etc. However, the navigation controller (or tab bar controller) seems to be custom made as it handles the More->Edit case by hiding the navigation bar underneath the Edit bar, which is not what the default UITabBarController does.

                  总而言之,我认为 Apple 在 UI 设计方面颇具创意".例如,在电子邮件应用程序中,新建"按钮位于右下角(底部栏),而在短信应用程序中,新建"按钮位于右上角(导航栏).我认为他们几乎可以制作自定义 UI 来满足应用程序的个人需求,或者严格遵循一些一致的设计.

                  All in all, I see Apple is rather "creative" when it comes to UI design. For example, in the email app, "New" button is in the lower right corner (bottom bar) while in the SMS app the "New" button is in the upper right corner (navigation bar). I think they pretty much make custom UI to fit the individual needs of the app instead or rigidly following some consistent design.

                  这篇关于UITabBarController 的“更多"导航控制器在 UINavigationController 下消失的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  UINavigationController inside a UITabBarController inside a UISplitViewController presented modally on iPhone(UISplitViewController 内的 UITabBarController 内的 UINavigationController 以模态方式呈现在 iPhone 上) - IT屋-程序员软件开发技术分
                  ViewController in UINavigationController orientation change(UINavigationController 中的 ViewController 方向更改)
                  Custom back button in UINavigationController(UINavigationController 中的自定义后退按钮)
                  How to get the previous viewcontroller that pushed my current view(如何获取推送我当前视图的上一个视图控制器)
                  The correct way to set a light status bar text color in iOS 7 based on different ViewControllers(iOS 7中基于不同ViewControllers设置灯光状态栏文字颜色的正确方法)
                  Show UITabBar when UIViewController pushed(推送 UIViewController 时显示 UITabBar)
                    <bdo id='Z7mme'></bdo><ul id='Z7mme'></ul>

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

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

                            <tfoot id='Z7mme'></tfoot>

                            <legend id='Z7mme'><style id='Z7mme'><dir id='Z7mme'><q id='Z7mme'></q></dir></style></legend>