iOS pop指定页面

2016-11-08  本文已影响0人  夏夏的一些事

UINavigationController *navigationController = (UINavigationController *)self.window.rootViewController;

UITestViewController *TestViewController = [navigationController.storyboard instantiateViewControllerWithIdentifier:@"UITestViewController"];

[navigationController pushViewController:TestViewController animated:YES];

上一篇 下一篇

猜你喜欢

热点阅读