gpt4 book ai didi

ios - 由于某种原因,状态栏字体是粗体

转载 作者:行者123 更新时间:2023-11-28 19:45:32 34 4
gpt4 key购买 nike

我的设备时钟、载体、电池部分都正常,如第一张图。当我打开我的应用程序时,将应用程序加载到内存中后,它开始动画并使导航栏变得粗体和更大的字体。我什至不确定这是好事还是坏事,但我想知道这是怎么发生的。

以下是我设置 rootVC 的方法(如果它与此问题有关):

window = UIWindow(frame: UIScreen.mainScreen().bounds)
window!.rootViewController = VCOrganizer.LaunchVCHolder
window!.backgroundColor = QorumColors.ThemeBlue
window!.makeKeyAndVisible()

enter image description here enter image description here enter image description here

最佳答案

您的应用目前似乎不支持 iPhone 6/6 Plus 的更大屏幕分辨率。因此,您的应用将以旧应​​用常见的缩放“兼容”模式显示。

解决此问题的最佳方法是将 Launch Screen .xib 添加到您的应用程序目标(请参见下面的屏幕截图)。此 xib 应包含占位符 UI 对象,这些对象表示应用程序启动时的“空状态”。这取代了旧版 iOS 使用的“启动图像”方法。

Xcode 目标设置 - 常规

Xcode target settings

Check out this answer for more information关于支持 iPhone 6 和 6 Plus 的原始分辨率。

关于ios - 由于某种原因,状态栏字体是粗体,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32404463/

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