gpt4 book ai didi

ios - iOS状态栏只显示时间

转载 作者:行者123 更新时间:2023-11-29 03:06:23 26 4
gpt4 key购买 nike

所以我只想显示状态栏的时间。有没有办法将状态栏格式化为只显示时间,或者我是否只需要实现一个时间显示对象并隐藏状态栏?任何帮助都会很棒!谢谢

最佳答案

没有公共(public) API 来修改状态栏。您可以实现自己的状态栏,但请注意,部分实现状态栏违反 Apple 的 AppStore 规则并且可能不安全(更具体地说,替换用户习惯的状态栏功能)。例如,参见 here :

We found your app uses system-provided items in a non-standard manner, which is not in compliance with the App Store Review Guidelines.

Specifically, we found your app animates the status bar. Please see the attached screenshot for reference to the issue [screen shot shows the custom status bar saying "Up To Date"].

Learn more about system-provided items in the iOS Human Interface Guidelines, sections: "System-Provided Buttons and Icons" and "iOS UI Element Usage Guidelines."

如果您仍想实现,您可以隐藏系统状态栏和每个 View 的新 View ,或者创建一个 windowLevel 为的新 UIWindow UIWindowLevelStatusBar + 1 和一个 [UIApplication sharedApplication].statusBarFrame 框架和一个标签,将为您提供您所需要的。

关于ios - iOS状态栏只显示时间,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22732069/

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