Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果它被禁用,我怎么知道它的高度?
您可以使用 - 获取状态栏高度 -
本地 statusBarHeight = display.statusBarHeight
“statusBarHeight”将存储它的高度。
更新:新方法...
display.topStatusBarContentHeight
此方法还将以“内容像素”返回状态栏的值,并将用于替换旧的且现已弃用的方法“statusBarHeight” ——关键区别在于它现在支持 Android。
现在已弃用...
display.statusBarHeight
此方法将允许您以“内容像素”读取状态栏高度的值,尽管它是 Android 设备上的“iOS 设备”独有的,但0无论状态栏的高度如何,它都会返回不正确的值。
0
状态栏高度 = display.actualContentHeight - display.contentHeight