UITabBarController 不使用 NavigationController
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
希望它可以帮助你
http://21gingerman.wordpress.com/2009/04/06/tutorial-and-sample-code-for-iphone-app-with-tab-bar-and-nav-bar/
Hope it may help you
http://21gingerman.wordpress.com/2009/04/06/tutorial-and-sample-code-for-iphone-app-with-tab-bar-and-nav-bar/