I’m using Xcode 8.0 beta 4. In previous version, UIViewController have method to set the status bar style public func preferredStatusBarStyle() -> UIStatusBarStyle However, I found it changed to...
The first screen of my application is a UITableViewController without a navigation bar, which means that the content flows under the status bar so there’s a lot of text...
I followed this thread to override -preferredStatusBarStyle, but it isn’t called. Are there any options that I can change to enable it? (I’m using XIBs in my project.) 25...
My application has a dark background, but in iOS 7 the status bar became transparent. So I can’t see anything there, only the green battery indicator in the corner....