在 iPad 上浏览 UINavigationController ViewController

发布于 2025-01-08 18:07:46 字数 161 浏览 0 评论 0原文

我有一个主详细信息应用程序。我有几个视图,并将它们推入detailNavigationController 中。但是每次我想显示视图时,我都需要再次推送它们,并且detailNavigation控制器中有很多viewController。有没有办法导航到已经推送到导航控制器的 viewController?

I have a master detail application. I have several views and I push them into the detailNavigationController. But every time I want to show the views I need to push them again and there are a lot of viewControllers in the detailNavigation controller. Is there a way to navigate to a viewController that's already been pushed to the navigation controller?

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

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

发布评论

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

评论(1

握住我的手 2025-01-15 18:07:46

我只是使用 popToViewController: 方法。

I just use the popToViewController: method.

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