IT Nursery
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...
  • May 31, 2022
  • 0 Comments
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...
  • May 19, 2022
  • 0 Comments
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....
  • April 15, 2022
  • 0 Comments