Top "Statusbar" questions

A status bar is an area typically found at the bottom of Graphical User Interfaces that provide information about the computer, the application or other applications.

Hiding the status bar with React Native

How do you hide the status bar for iOS or Android when developing with React Native? I've imported StatusBar, but …

reactjs react-native statusbar
Get iPhone Status Bar Height

I need to resize some elements in relation to the height of the iPhone's Status Bar. I know that the …

iphone statusbar
Status bar height in Swift

How can I get the status bar's height programmatically in Swift? In Objective-C, it's like this: [UIApplication sharedApplication].statusBarFrame.size.…

ios swift statusbar
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
How to find height of status bar in Android through React Native?

How can I find the height of the status bar on Android through React Native? If I check the React.…

android react-native statusbar
Visual Studio Code status bar color

Visual Studio Code's default status bar color is blue and I find it quite distracting. I used this extension to …

visual-studio-code background-color statusbar
Hide the status bar in ios 9

How do you hide the status bar in ios 9? This is now deprecated: [UIApplication sharedApplication] setStatusBarHidden:YES];

ios objective-c swift swift3 statusbar
How to display text in the browser status bar?

How can we change the text displayed in the browser status bar using JavaScript (or jQuery)?

javascript jquery cross-browser statusbar
how to hide status bar when splash screen appears in iphone?

Is there a way to hide the status bar when showing splash screen in iPhone and then show again in …

iphone objective-c xcode statusbar
Flutter - How to set status bar color when AppBar not present

How to set status bar color when AppBar not present. I have tried this but not working. Widget build(BuildContext …

dart flutter statusbar