Moving status bar in iOS 7

前端 未结 5 1237
悲哀的现实
悲哀的现实 2020-11-30 17:15

The problem I\'m facing is this:

I want to implement an iOS 7 app with nice design and left/right menu, which appears after the main view animate itself to the righ

5条回答
  •  庸人自扰
    2020-11-30 17:47

    In my experience, App Store reviewers generally don't care about private API's use, especially this simple and harmless. For the task you can get a pointer to application's status bar view through several methods, which you can find in iOS complete headers like https://github.com/nst/iOS-Runtime-Headers

提交回复
热议问题