美文网首页
2018-11-03tip-present一个透明VC

2018-11-03tip-present一个透明VC

作者: Life淡淡 | 来源:发表于2018-11-03 09:54 被阅读0次

     XLNewCommentViewController *vc = [[XLNewCommentViewController alloc] initWithCallback:^{

        }];

        self.definesPresentationContext = YES;

        UINavigationController *nav = [[UINavigationController alloc] initWithRootViewController:vc];

        nav.modalPresentationStyle = UIModalPresentationOverCurrentContext;

        [self.navigationController presentViewController:nav animated:false completion:^{

        }];

    相关文章

      网友评论

          本文标题:2018-11-03tip-present一个透明VC

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