I added a console window up in the status bar:

This works fine by setting its windowLevel to UIWindowLevelStatusBar + 1 prior to iOS 7.x (screenshot).
In iOS 8, the same code causes the status bar to disappear and shifts the navigation bars up. I tried several different window levels with no luck.
I use the library in many projects and notice that the status bar is displayed when the "PopUpWindow" level of the UIWindowLevelAlert also displayed. So one possible solution would be to add a layout there, but that would be dirty.
source share