UINavigationController *navigationController = (UINavigationController *)self.window.rootViewController;
UITestViewController *TestViewController = [navigationController.storyboard instantiateViewControllerWithIdentifier:@"UITestViewController"];
[navigationController pushViewController:TestViewController animated:YES];
网友评论