我正在使用其中有三个名为, , 的UITabbarController
孩子。我有一个按钮。当我们点击按钮时,它需要将导航推送到FourthViewController。在这里,FourthViewController 在其内部导航。但我需要它从里面导航出来。UIViewController
FirstViewController
SecondViewController
ThirdViewController
FirstViewController
UITabBarController
UITabBarController
按钮目标动作
ForthViewController *share = [[ForthViewController alloc] init];
[self.navigationController pushViewController:share animated:YES];
任何人都可以指导我正确的方式。提前致谢..