我正在尝试以编程方式切换选项卡。我尝试使用以下调用来做到这一点:
tabBarController.selectedIndex = 2;
tabBarController.selectedViewController = checkinViewController;
在这两种情况下,这都是我得到的:
alt text http://cl.ly/1Gia/content
这就是我想要的:
alt text http://cl.ly/1GKE/content
有什么线索吗?
我正在尝试以编程方式切换选项卡。我尝试使用以下调用来做到这一点:
tabBarController.selectedIndex = 2;
tabBarController.selectedViewController = checkinViewController;
在这两种情况下,这都是我得到的:
alt text http://cl.ly/1Gia/content
这就是我想要的:
alt text http://cl.ly/1GKE/content
有什么线索吗?