marcoarment / BugshotKit

iOS in-app bug reporting for developers and testers, with annotated screenshots and the console log.
MIT License
1.36k stars 138 forks source link

Change UIStatusBarStyle if needed #5

Closed bahlo closed 10 years ago

bahlo commented 10 years ago

When you have a dark barTintColor and therefore set the setStatusBarStyle to UIStatusBarStyleLightContent, you can now read the status bar when in Bugshot.

marcoarment commented 10 years ago

I think there's an easier, supported way to do this.

I've just committed 466f539ff6 with status-bar changes in BSKNavigationController. iOS should handle the rest.