我正在使用该方法在if条件下推送另一个UIViewController:initViewController*MW=[initViewControlleralloc];MW=[self.storyboardinstantiateViewControllerWithIdentifier:@"init"];[self.navigationControllerpushViewController:MWanimated:YES];现在我已经改变了我的架构,我刚刚删除了我的导航Controller。这就是为什么,由于不存在NavigationController,这些步骤将不再对我有帮助。现在我