码迷,mamicode.com
首页 > 移动开发 > 详细

iOS13新适配

时间:2020-01-31 00:48:09      阅读:106      评论:0      收藏:0      [点我收藏+]

标签:UNC   dal   scree   layer   play   私有属性   pre   itext   control   

1.UITextField的私有属性_placeholderLabel禁止访问:

iOS13通过KVC的方式修改私有属性有crush风险。

如需要默认填充,UITextField包含attributedPlaceholder属性,可以自定义富文本实现我们的需求。

 

2.模态跳转默认modalPresentationStyle更改

需设置self.modalPresentationStyle = UIModalPresentationOverFullScreen;

 

3.MPMoviePlayerController弃用

需使用AVKit中AVPlayerViewController。

 

4.DeviceToken有变化

 

5.暗黑模式

 

6.LaunchScreen替代LaunchImage

 

iOS13新适配

标签:UNC   dal   scree   layer   play   私有属性   pre   itext   control   

原文地址:https://www.cnblogs.com/SimonDonne93/p/12244482.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!