Top "Uistatusbar" questions

Status bars display a collection of status items that provide interaction with or feedback to the user, such as a menu or an image reflecting an application’s state.

How to change Status Bar text color in iOS

My application has a dark background, but in iOS 7 the status bar became transparent. So I can't see anything there, …

ios swift ios7 statusbar uistatusbar
How to set Status Bar Style in Swift 3

I'm using Xcode 8.0 beta 4. In previous version, UIViewController have method to set the status bar style public func preferredStatusBarStyle() -&…

ios swift uiviewcontroller uistatusbar ios-statusbar
iOS 7: UITableView shows under status bar

The first screen of my application is a UITableViewController without a navigation bar, which means that the content flows under …

ios ios7 uistatusbar
preferredStatusBarStyle isn't called

I followed this thread to override -preferredStatusBarStyle, but it isn't called. Are there any options that I can change to …

ios ios7 uikit uistatusbar
How to prevent UINavigationBar from covering top of view in iOS 7?

After updating to Xcode 5, the navigation bars in all of my app's views have shifted down. Here are some screenshots, …

ios objective-c ios7 uinavigationbar uistatusbar
UIStatusBarStyle PreferredStatusBarStyle does not work on iOS 7

In my iPhone application built with Xcode 5 for iOS 7 I set UIViewControllerBasedStatusBarAppearance=YES in info.plist, and in my ViewController …

iphone ios7 xcode5 uistatusbar
Change Status Bar Background Color in Swift 3

In XCode 7.3.x ill changed the background Color for my StatusBar with: func setStatusBarBackgroundColor(color: UIColor) { guard let statusBar = UIApplication.…

ios swift swift3 statusbar uistatusbar
UINavigationBar/Status Bar issue in IOS7

Final EDIT (Rather than having an overly long question with edits making a final edit for clarification, please see other …

ios7 uinavigationcontroller uinavigationbar uistatusbar
UIStatusBarStyle not working in Swift

I'm trying to change the Status Bar color in my Swift app to white, but am hitting a brick wall. …

ios swift appdelegate uistatusbar xcode6
IOS7 Status bar hide/show on select controllers

I would like to show and hide the Status bar on some controllers. Can this be done or is it …

ios uiviewcontroller ios7 statusbar uistatusbar