Customize iOS 7 status bar text Color

后端 未结 2 1095
予麋鹿
予麋鹿 2020-12-21 07:14

I want to know if there is a way to change the iOS 7 status bar text color besides black and white color?

2条回答
  •  情歌与酒
    2020-12-21 07:51

    Theoretically this is possible. You will need to read about private api's on iOS. Here is o good place to start with UIStatusBar example:

    http://b2cloud.com.au/tutorial/using-private-ios-apis/

    Keep in mind that probably you won't be able to submit your app on Appstore if you would use private api.

提交回复
热议问题