我有一个主 tabBarController,其中一些选项卡作为主控制器,每个选项卡都包含一些对象。一旦调用了一个视图,例如,按下 tableview 的一个单元格,tabBar 就会消失,使用,
AppsViewController.hidesBottomBarWhenPushed = YES;
[[self navigationController] pushViewController:AppsViewController animated:YES];
新视图包含一个新的 tabBarController 但它没有显示!如何解决?如果不可能,另一种选择是插入 tabBar(正确显示!)而不是 tabBarController,然后以编程方式处理其控制。如何?任何帮助,将不胜感激。谢谢你。