我在UINavigationController中有一个UITabBarController,我知道UINavigationController的iOS文档中有以下内容:
rootViewControllerThis object cannot be an instance of the UITabBarController class.那么,这是否意味着如果导航堆栈上已经有了UIViewControllers,那么一旦UITabBarController不是根项目,就可以推送它了?我现在有了这个,看起来
视图层次结构: UITabbarController -> NavigationController -> B Viewcontroller (A added tabbarcontroller in herewhen a button in B click) 我在B视图控制器的按钮操作中将A视图添加到选项卡栏,如下所示 tabBarController?.在A viewController中,有一个Tableview有一些datas.When,我单击一行,我想用self.na