In iOS 7 the UIStatusBar has been designed in a way that it merges with the view like this:
UIStatusBar
You can hide the status bar all together. So your app will be full-screen. I think that's the best you will get.
UIStatusBarStyleNone or set in the target settings.
UIStatusBarStyleNone