美文网首页
ios 拿到modal出的导航控制器进行push

ios 拿到modal出的导航控制器进行push

作者: 风都 | 来源:发表于2017-04-06 09:41 被阅读63次
TestViewController *test = [[TestViewController alloc] init];
    UIViewController *root = [UIApplication sharedApplication].keyWindow.rootViewController;
    UINavigationController *nav = (UINavigationController *)root.presentedViewController;
    [nav pushViewController:test animated:YES];

相关文章

网友评论

      本文标题:ios 拿到modal出的导航控制器进行push

      本文链接:https://www.haomeiwen.com/subject/gvmfattx.html