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

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

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

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

        如何访问 UINavigationController 中的堆栈

        时间:2023-06-11
        <legend id='5NeOn'><style id='5NeOn'><dir id='5NeOn'><q id='5NeOn'></q></dir></style></legend>
          <bdo id='5NeOn'></bdo><ul id='5NeOn'></ul>
            1. <i id='5NeOn'><tr id='5NeOn'><dt id='5NeOn'><q id='5NeOn'><span id='5NeOn'><b id='5NeOn'><form id='5NeOn'><ins id='5NeOn'></ins><ul id='5NeOn'></ul><sub id='5NeOn'></sub></form><legend id='5NeOn'></legend><bdo id='5NeOn'><pre id='5NeOn'><center id='5NeOn'></center></pre></bdo></b><th id='5NeOn'></th></span></q></dt></tr></i><div id='5NeOn'><tfoot id='5NeOn'></tfoot><dl id='5NeOn'><fieldset id='5NeOn'></fieldset></dl></div>

              <small id='5NeOn'></small><noframes id='5NeOn'>

                  <tbody id='5NeOn'></tbody>

                  <tfoot id='5NeOn'></tfoot>

                1. 本文介绍了如何访问 UINavigationController 中的堆栈的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  当前的视图控制器导航堆栈.

                  viewControllers

                  The view controllers currently on the navigation stack.

                  @property(nonatomic, copy) NSArray * viewControllers
                  

                  讨论

                  根视图控制器在索引 0 处数组,后视图控制器位于索引 n-2,顶部控制器是在索引 n-1 处,其中 n 是数组中的项目.

                  The root view controller is at index 0 in the array, the back view controller is at index n-2, and the top controller is at index n-1, where n is the number of items in the array.

                  分配一个新的视图数组该属性的控制器是相当于调用setViewControllers:animated: 方法动画参数设置为 NO.

                  Assigning a new array of view controllers to this property is equivalent to calling the setViewControllers:animated: method with the animated parameter set to NO.

                  我很困惑如何访问堆栈我在导航控制器中有三个视图——根视图控制器、sti 测试位置、sti 地图.

                  I am confused how to access the the stack I have three views in the navigation controller – root view controller, sti testing location, sti map.

                  如何访问堆栈?

                  推荐答案

                  UINavigationControllers 有一个名为 viewControllers 的属性,如上所述.由于这是一个视图控制器数组,因此在此层次结构中引用特定视图控制器与访问数组中的任何其他对象没有什么不同.

                  UINavigationControllers have a property called viewControllers as you have stated above. Since this is an array of View Controllers, referencing a specific view controller in this hierarchy is no different than accessing any other object in an array.

                  UIViewController *theControllerYouWant = [self.navigationController.viewControllers objectAtIndex:(theIndexOfYourViewController)];
                  

                  另外查看 导航控制器 iOS 开发人员库中的文章,特别是名为修改导航堆栈"的部分.

                  In addition check out the Navigation Controllers article in the iOS Developer Library, specifically the section called 'Modifying the Navigation Stack'.

                  这篇关于如何访问 UINavigationController 中的堆栈的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:在自定义模式中呈现 UINavigationController 下一篇:禁用操作 - 用户点击标签栏项目以转到根视图控制器

                  相关文章

                2. <small id='ADMwz'></small><noframes id='ADMwz'>

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

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

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