iOS13新适配

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

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

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

2.模态跳转默认modalPresentationStyle更改

需设置self.modalPresentationStyle = UIModalPresentationOverFullScreen;

3.MPMoviePlayerController弃用

需使用AVKit中AVPlayerViewController。

4.DeviceToken有变化

5.暗黑模式

6.LaunchScreen替代LaunchImage

猜你喜欢

转载自www.cnblogs.com/SimonDonne93/p/12244482.html