UITabBarController 不使用 NavigationController

发布于 2024-11-19 17:54:29 字数 337 浏览 3 评论 0原文

我正在使用 MonoTouch,我的应用程序设置看起来像这样,

NavController -TabBarController -导航控制器 -View1

这有效,然后我单击一个选项卡并定向到 View1。问题是这是由 tabBarController 而不是 navigationController 执行的。所以我没有后退按钮。有没有办法捕获 TabItemClicked 事件并手动使用 NavigationController 将 View1 推入堆栈?这样我就可以获得后退按钮。

一旦到达 View1,我就会隐藏 TabBar,因此目前无法从 View1 返回。

I'm using MonoTouch and my application setup looks something like this,

NavController
-TabBarController
-NavController
-View1

This works then I click on a tab and am directed to View1. The problem is that this was performed by the tabBarController and not the navigationController. So I get no Back button. Is there a way to capture a TabItemClicked event and manually use the NavigationController to push the View1 onto the stack? So I can get a back button.

I'm hiding the TabBar once I get to View1, so at the moment, there is no way back from View1.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文