Commit facc56b1 authored by pete谢兆麟's avatar pete谢兆麟

解决冲突

parent ed442887
......@@ -61,7 +61,7 @@ let kRadio = KScreenWidth / 375.0
/* 状态栏高度 20 或 44 */
// 然而从iOS 14开始,全面屏iPhone的状态栏高度不一定是 44 或 20 了,比如下面就是这些设备在iOS 14.1上的状态栏高度。(还可能时47、48)
/// ①、顶部状态栏高度(包括安全区)
private func k_Height_statusBar() -> CGFloat {
func k_Height_statusBar() -> CGFloat {
var statusBarHeight: CGFloat = 0
if #available(iOS 13.0, *) {
let scene = UIApplication.shared.connectedScenes.first
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment