In my app, I have the status bar's style set to Black Opaque under Summary in the app's target. However, when I change my navigationController's background color with self.navigationController.view.backgroundColor = self.view.backgroundColor;
the color suddenly changes to grey.
Before:
After:
Why is this? What can I do to prevent this from happening?
Despite it being set as black opaque in the app Summary, it says translucent when I NSLog it. Why?