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.

Prevent status bar for appearing android (modified)

I am implementing a kiosk mode application and i have successfully made the application full-screen without status bar appearance post 4.3 …

android statusbar kiosk
Pop up the Excel Statusbar?

I'm developing an application for excel that takes a long time to run so it would be nice to have …

vba excel statusbar excel-2010
UIApplication.sharedApplication().setStatusBarStyle() deprecated in iOS 9

I have been using UIApplication.sharedApplication().setStatusBarStyle() In my appDelegate and it has worked fine, but since iOS 9, this method …

ios xcode swift statusbar ios9
How to change UIStatusBarStyle in iOS 7 in modal views with navigation bar?

The iOS 7 Transition Guide give a good hint how to change the UIStatusBarStyle dynamically in a UIViewController using - (UIStatusBarStyle)…

ios ios7 modalviewcontroller statusbar
How to change Status Bar and App Bar color in Flutter?

I'm trying to change the color of system status bar to black. The configuration seems to be overridden by the …

flutter dart flutter-layout statusbar appbar
Android 4.4 translucent Status and Navigation bars style on Android 5.0

On Android 4.4 KitKat you can set the Status and Navigation bars transparent with the android:windowTranslucentStatus and android:windowTranslucentNavigation theme …

android statusbar navigationbar android-5.0-lollipop
how to present a view controller on iOS7 without the status bar overlapping

I'm seeing when I migrated my app to iOS 7, the nav bar is appearing under the status bar when presenting …

ios objective-c uiviewcontroller ios7 statusbar
prefersStatusBarHidden not called

I have a UITabViewController -> UINavigationController -> UIViewController and want to hide and unhide the statusBar. when I …

ios statusbar
How to make StatusBar transparent?

Does anyone know a way to make Android Status Bar transparent with React Native? NOT TRANSLUCENT, Transparent. I am using …

android react-native statusbar