我有一个 tabbarcontroller 应用程序,我在其中创建了这样的应用程序
UITabBarcontroller (UIWindow's rootViewController)
->UINavigationController (first tab)
-->UIViewController
->UINavigationController (second tab)
-->UIViewController
在导航栏中,我有一个按钮,我在其中将另一个视图控制器推送到 self .navigation 控制器。但现在我也希望另一个导航控制器也执行相同的操作。所以我需要推送到导航控制器,它是顶视图控制器。我需要[self.navigationController pushViewController:viewcontroller animated:NO];
用一种方式替换它这?