I would like to show and hide the Status bar on some controllers. Can this be done or is it more of an overall app setting.
I have seen many posts/questions about the plist update:
View controller-based status bar appearance - NO
If this is completed what control is then given?
I am looking to show the status bar on the main screen of the application. But for example on a side (slide) menu I would like it not to show, is this possible? Can this be changed in IB or code?
EDIT -- I am using a https://github.com/edgecase/ECSlidingViewController implementation.
The main controller (showing the first page) should show the Status bar, but the left menu controller when it slides should not.
I believe the issue is that they both sit within the same root controller (sliding view controller) so it is difficult to complete.
Ideally if the home screen (main page) could take the status bar with it when it slides that would look best.