推送----push到指定页面
2016-07-05 本文已影响29人
71150ce14a00
因为推送代码一般都写在appdelegate里边,因为没有导航,所以模态比较简单,今天我们就说说push那点事儿。
UINavigationController *navigationController = (UINavigationController *)self.window.rootViewController;
UITestViewController *TestViewController = [navigationController.storyboard instantiateViewControllerWithIdentifier:@"UITestViewController"];
[navigationController pushViewController:TestViewControlleranimated:YES];
关注微信公众号: