QMUI_iOS
QMUI_iOS copied to clipboard
StatusBarHeightConstant ,iOS13警告问题。
现存问题或期望目标 Xcode11.4.1下使用StatusBarHeightConstant,警告如下
'statusBarFrame' is deprecated: first deprecated in iOS 13.0 - Use the statusBarManager property of the window scene instead.
'statusBarHidden' is deprecated: first deprecated in iOS 13.0 - Use the statusBarManager property of the window scene instead.
'statusBarOrientation' is deprecated: first deprecated in iOS 13.0 - Use the interfaceOrientation property of the window scene instead.
强迫症难受
项目最低支持版本已经为iOS 13,确实这些API应该适配一下,不然项目中用到的这些宏都有警告