美文网首页
iOS 13 部分适配

iOS 13 部分适配

作者: 路边的风景呢 | 来源:发表于2019-09-27 10:11 被阅读0次

这个是关于模态弹出控制器的 需要在你presentViewControlle 之前设置。仅做记录

TestController * MyCourseVC = [[TestController alloc]init];

    MyCourseVC.modalPresentationStyle = UIModalPresentationOverFullScreen;

    [self presentViewController:MyCourseVC animated:YES completion:nil];

这个是做苹果登录的文章链接 貌似现在还没有上线所以不能测试,有兴趣的可以去看看。

https://www.jianshu.com/p/e1284bd8c72a,

这个是Xcode 11 创建新文件的步骤

https://blog.csdn.net/wuyangyang555/article/details/101285410

相关文章

网友评论

      本文标题:iOS 13 部分适配

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