搜尋此網誌

2012年10月24日 星期三

如何禁止切換TabBar(enable)


//如果不是自己的viewControll
UIViewController *controller =[self.storyboard instantiateViewControllerWithIdentifier@"tabbarView" ];
[controller.tabBarController setDelegate:self];

//禁止切換disable
self.tabBarController.tabBar.userInteractionEnabled=NO;

沒有留言:

張貼留言