//如果不是自己的viewControll
UIViewController *controller =[self.storyboard instantiateViewControllerWithIdentifier: @"tabbarView" ];
[controller.tabBarController setDelegate:self];
//禁止切換disable
self.tabBarController.tabBar.userInteractionEnabled=NO;
沒有留言:
張貼留言