菜鸟教程小白 发表于 2022-12-12 15:32:22

iphone - 单击选项卡时返回 UINavigationController 堆栈的顶部?


                                            <p><p>我有一个带有 4 个选项卡的 <code>UITabBarController</code> 界面。每个选项卡都有一个 <code>UINavigationController</code>。每当按下标签栏按钮时,如何返回到每个 <code>UINavigationController</code> 中最顶部的 <code>UIViewController</code>?</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p> <a href="http://developer.apple.com/library/ios/#documentation/uikit/reference/UINavigationController_Class/Reference/Reference.html" rel="noreferrer noopener nofollow">-popToRootViewControllerAnimated</a> </p></p>
                                   
                                                <p style="font-size: 20px;">关于iphone - 单击选项卡时返回 UINavigationController 堆栈的顶部?,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/4199758/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/4199758/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: iphone - 单击选项卡时返回 UINavigationController 堆栈的顶部?