<legend id='hde7T'><style id='hde7T'><dir id='hde7T'><q id='hde7T'></q></dir></style></legend>
      <bdo id='hde7T'></bdo><ul id='hde7T'></ul>

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

      1. <tfoot id='hde7T'></tfoot>

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

        导航回上一个视图控制器

        Navigate Back to previous view controller(导航回上一个视图控制器)

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

              <legend id='M4jbQ'><style id='M4jbQ'><dir id='M4jbQ'><q id='M4jbQ'></q></dir></style></legend><tfoot id='M4jbQ'></tfoot>

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

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

                • 本文介绍了导航回上一个视图控制器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我有一个 UIView->UICollectionView->UICollectionViewCell.我正在尝试以编程方式导航回来,但这些都不起作用.代码确实调用了.我正在使用 StoryBoard.

                  I have a UIView->UICollectionView->UICollectionViewCell. I am trying to navigate back programatically but none of these works. The code did called. I am using StoryBoard.

                  - (void) goBack:(NSNotification *) notification {
                        // [self.navigationController popViewControllerAnimated:YES];
                       //  [self dismissViewControllerAnimated:YES completion:nil];
                        [self.navigationController popToRootViewControllerAnimated:YES];
                  }
                  

                  推荐答案

                  你需要使用:

                  [self.navigationController popToRootViewControllerAnimated:YES];
                  

                  这将带您回到根视图控制器.

                  This will bring you back to the root view controller.

                  如果你想导航回之前的视图控制器,你应该实现:

                  If you want to navigate back to previous view controller, you should implement:

                  [self.navigationController popViewControllerAnimated:YES];
                  

                  这篇关于导航回上一个视图控制器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

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

                  相关文档推荐

                  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 add a navigation controller programmatically in code but not as initial view controller(如何在代码中以编程方式添加导航控制器,但不作为初始视图控制器)
                  The correct way to set a light status bar text color in iOS 7 based on different ViewControllers(iOS 7中基于不同ViewControllers设置灯光状态栏文字颜色的正确方法)
                  View being blocked by UITransitionView after being presented(呈现后被 UITransitionView 阻止的视图)

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

                      <tbody id='cx8Sw'></tbody>

                            <tfoot id='cx8Sw'></tfoot>
                          • <legend id='cx8Sw'><style id='cx8Sw'><dir id='cx8Sw'><q id='cx8Sw'></q></dir></style></legend>
                          • <small id='cx8Sw'></small><noframes id='cx8Sw'>

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