【发布时间】:2011-06-14 18:51:39
【问题描述】:
所以我的标签栏控制器中有 2 个标签。
我在选项卡 2 中有一个按钮,如果我单击该按钮,则需要将控制权传递给选项卡 1,它应该成为当前视图控制器。
//I should not use navigation for this because the view would navigate
the present view to the view in tab 1 ; but the tab will still indicate Tab 2//
当我点击按钮时,我只需要它转到标签 1。
【问题讨论】:
标签: iphone objective-c ios uinavigationcontroller uitabbarcontroller