iPhone - 重置 UINavigation 控制器

发布于 2024-08-25 06:44:08 字数 139 浏览 4 评论 0原文

我在 UITabBarController 中有一个 UINavigationController 。当用户按下第一个选项卡时,我想将导航控制器重置回第一个屏幕,而不是显示他们最后在导航控制器中选择的视图。有没有简单的方法来重置堆栈?

谢谢, 豪伊

I have a UINavigationController inside a UITabBarController. When a user presses the first tab, I want to reset the navigation controller back to the first screen instead of displaying whichever view they last selected in the navigation controller. Is there an easy way to reset the stack?

Thanks,
Howie

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

七堇年 2024-09-01 06:44:08

-[UINavigationController popToRootViewControllerAnimated:] 应该做你想做的。

-[UINavigationController popToRootViewControllerAnimated:] should do what you want.

等风也等你 2024-09-01 06:44:08

检查此线程:http://www.iphonedevsdk。 com/forum/iphone-sdk-development/2625-uinavigationcontroller-uitabbarcontroller.html

根据此线程,您应该在 – tabBarController:didSelectViewController: 中重置导航控制器

Check this thread: http://www.iphonedevsdk.com/forum/iphone-sdk-development/2625-uinavigationcontroller-uitabbarcontroller.html

According to this thread you should reset the navigation controller in – tabBarController:didSelectViewController:

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文