Hello, is there a way to change the text color of the iOS7 statusBar dynamically? The app has got a dark main window and a bright sliding menu and i'd like to have the statusBar color white at the main window and black for the menu. I know how to globally set the color of the status bar and found a way to change this color via a click-listener, but a soon as i open the menu, the color of the status bar can't be changed anymore.
Kind regards