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.

Changing the Color of the Status Bar

I am trying to change the color of the status bar to like a blue, or some other color. Is …

ios swift xcode statusbar uistatusbar
iOS 13 status bar style

I want to change the status bar style on a per-ViewController level on iOS 13. So far I didn't have any …

ios swift uistatusbar ios13
How to change UIViewControllerBasedStatusBarAppearance to YES/NO programmatically in iOS 7?

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

iphone ios7 uistatusbar
iOS 7 - Hide status bar on certain view

This is a rather unique question. I have searched for hours and could not find the answer. I want ALL …

ios objective-c uistatusbar
Set the status bar to black colour

I want to set the colour of the status bar (The small strip on top where the clock and battery …

ios objective-c uistatusbar
How to change PreferredStatusBarStyle programmatically

I'd like to change the color of status bar from white to black by press button, programmatically only in a …

objective-c ios7 statusbar uistatusbar
Auto Layout and in-call status bar

I'd like to ask about Auto Layout and in-call status bar. Here's a simple scenario that demonstrates my problem: Create …

ios uiviewcontroller autolayout uistatusbar
How to change iOS status bar color in child view controller

(iOS 7 Xcode 5.0.2) I used following methods, successfully change the status bar color to white on root view controller [self setNeedsStatusBarAppearanceUpdate]; // …

ios objective-c cocoa-touch uiviewcontroller uistatusbar
How we can set the Light Content style of Status Bar in iOS 9 for whole application?

I want to apply Light Content style to the whole application. Following method is deprecated in iOS 9 without the replacement …

ios objective-c swift uistatusbar
Can't get scrollsToTop working on iOS7

I'm targeting iOS7 in my latest app, and tapping on the status bar doesn't seem to scroll a tableView or …

iphone objective-c uitableview ios7 uistatusbar