iOS 13 部分适配

2019-09-27  本文已影响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

上一篇 下一篇

猜你喜欢

热点阅读