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
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