状态栏显示黑色文本,仅在iPhone 6 iOS 8模拟器上显示 [英] Status Bar showing black text, only on iPhone 6 iOS 8 simulator

查看:119
本文介绍了状态栏显示黑色文本,仅在iPhone 6 iOS 8模拟器上显示的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试将我的iOS 7应用程序转换为Xcode 6 GM中的iOS 8,当我在iOS 5或更低版本的iOS 8上运行它时,一切都很好,但在iPhone 6和6 Plus模拟器上,状态栏有黑色文本而不是白色,就像任何其他地方一样。我通过Xcode将Info.plist UIStatusBarStyle设置为透明黑色样式(alpha of 0.5),这似乎在其他地方都有所需的效果。有什么想法发生了什么?

I'm trying to convert my iOS 7 app to iOS 8 in Xcode 6 GM, and when i run it on the iPhone 5s or lower simulators with iOS 8 everything is fine, but on the iPhone 6 and 6 Plus simulators, the Status Bar has black text instead of white like it is everywhere anytime else. I've set the Info.plist UIStatusBarStyle to "Transparent Black Style (alpha of 0.5)" thru Xcode, and that seems to have the desired effect everywhere else. Any ideas what is going on?

(我还没有触及任何故事板,它可能是什么东西吗?我希望我能把它关掉一段时间:))

(I haven't touched any of the storyboards yet, could it be anything with that? I was hoping I could put that off for a while:)

推荐答案

只有在缩放您的应用以适应新设备的分辨率时,才会出现此错误。

This bug only occurs if your app is being scaled to fit the resolution of the newer devices.

快速解决方法(谁知道这是否会在8.1中得到解决)是在您的应用包中提供正确的分辨率加载图像。

A quick fix (who knows whether this will even get addressed in 8.1) is to provide the proper resolution loading images in your app package.

来自 https://developer.apple.com/ios/human -interface-guidelines / graphics / launch-screen /

For iPhone 7, iPhone 6s, iPhone 6:

750 x 1334 (@2x) for portrait
1334 x 750 (@2x) for landscape

For iPhone 7 Plus, iPhone 6s Plus, iPhone 6 Plus:

1242 x 2208 (@3x) for portrait
2208 x 1242 (@3x) for landscape

在我的a pp,我们只支持肖像,所以提供750x1334和1242x2208固定它。

In my app, we only support portrait, so providing the 750x1334 and 1242x2208 fixed it.

并且只是为了确认以防它不明显,你需要使用UIStatusBarStyleLightContent对于您的状态栏样式。

And just to confirm in case it wasn't obvious, you DO need to be using UIStatusBarStyleLightContent for your status bar style.

这篇关于状态栏显示黑色文本,仅在iPhone 6 iOS 8模拟器上显示的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆