Yet another question about the iOS 7 status bar coloring and visibility... in my solution I want to have all these things:
- The status bar is to be hidden and shown (with animation) on a view controller in response to user actions (as they slide stuff around)
- When a new view controller is pushed on to the navigation controller, the color of the text in the status bar should change from black to white
- AND when the new view controller comes in, the status bar should always be shown
I'm having trouble with the 'View controller based status bar appearance' plist setting; when NO, I'm able to show and hide the status bar, but not change the color; whereas when set to YES, it's vice versa.