Status Bar showing black text, only on iPhone 6 iOS 8 simulator

前端 未结 14 860
伪装坚强ぢ
伪装坚强ぢ 2020-12-07 20:16

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 P

相关标签:
14条回答
  • 2020-12-07 21:13

    In your Storyboard select your root view controller and set status bar type default

    0 讨论(0)
  • 2020-12-07 21:14
    1. Open Info.plist
    2. Add new property called "View controller-based status bar appearance" (Boolean) and set its value to "NO"
    3. Add new property called "Status bar style" (String) and set its value to "Opaque black style"

    Done.

    0 讨论(0)
提交回复
热议问题