<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'>

        导航回上一个视图控制器

        时间:2023-06-13

        <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];
                  

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

                  上一篇:类似 Instagram 的导航栏 (iOS 7) 下一篇:presentViewController 在 iOS 6 中不支持方向

                  相关文章

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

                      <tfoot id='cx8Sw'></tfoot>
                    1. <legend id='cx8Sw'><style id='cx8Sw'><dir id='cx8Sw'><q id='cx8Sw'></q></dir></style></legend>
                    2. <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>