当前位置:首页 > 移动开发 > 正文

iOS13新适配

2024-03-31 移动开发

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

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

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

 

2.模态跳转默认modalPresentationStyle更改

需设置self.modalPresentationStyle = UIModalPresentationOverFullScreen;

 

3.MPMoviePlayerController弃用

需使用AVKit中AVPlayerViewController。

 

4.DeviceToken有变化

 

5.暗黑模式

 

6.LaunchScreen替代LaunchImage

 

温馨提示: 本文由Jm博客推荐,转载请保留链接: https://www.jmwww.net/yidong/11091.html