QMUI_iOS icon indicating copy to clipboard operation
QMUI_iOS copied to clipboard

StatusBarHeightConstant ,iOS13警告问题。

Open woaiyouxi0803 opened this issue 5 years ago • 1 comments

现存问题或期望目标 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.

强迫症难受

woaiyouxi0803 avatar May 27 '20 10:05 woaiyouxi0803

项目最低支持版本已经为iOS 13,确实这些API应该适配一下,不然项目中用到的这些宏都有警告

BinBear avatar Dec 23 '22 06:12 BinBear