TestViewController *test = [[TestViewController alloc] init];
UIViewController *root = [UIApplication sharedApplication].keyWindow.rootViewController;
UINavigationController *nav = (UINavigationController *)root.presentedViewController;
[nav pushViewController:test animated:YES];
网友评论