在故事板之前,您可以调用setViewController,但是在使用分片时似乎不是正确的方法.
NSMutableArray *tabbarViewControllers = [NSMutableArray arrayWithArray: [self.tabBarController viewControllers]]; [tabbarViewControllers removeObjectAtIndex: /*Any index*/]; [self.tabBarController setViewControllers: tabbarViewControllers ];