gpt4 book ai didi

iphone - 检查状态栏是否隐藏或可见

转载 作者:行者123 更新时间:2023-12-03 18:14:27 26 4
gpt4 key购买 nike

我想检查状态栏的状况。我如何检查状态栏是否可见。

请任何人指导我做到这一点..

谢谢大家

最佳答案

检查状态栏是否隐藏:

objective-c :

if ([UIApplication sharedApplication].isStatusBarHidden) {
// do stuff here...
}

swift :

if UIApplication.shared.isStatusBarHidden {
// do stuff here...
}

隐藏状态栏:

override var prefersStatusBarHidden: Bool {
return true
}

关于iphone - 检查状态栏是否隐藏或可见,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7078345/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com