iOS 7 status bar back to iOS 6 default style in iPhone app?

前端 未结 25 867
终归单人心
终归单人心 2020-11-22 05:48

In iOS 7 the UIStatusBar has been designed in a way that it merges with the view like this:

\"GUI

25条回答
  •  [愿得一人]
    2020-11-22 06:26

    The easiest way to do so is installing an older SDK to your newest Xcode.

    How to install older SDK to the newest Xcode?

    1. U can get the iOS 6.1 SDK from http://www.4shared.com/zip/NlPgsxz6/iPhoneOS61sdk.html or downloading an older Xcode and geting the SDK from its contents

    2. Unzip and paste this folder to /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs

    3. Restart the xcode.

    4. U can now select an older SDK on your project's build settings

    Hope it helps you. It worked for me =)

提交回复
热议问题