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.

How do I customize the WPF StatusBar layout?

Adding more than one child to a WPF StatusBar results in poor layout with little option to customize. For example, …

wpf layout controls statusbar statusbaritem
how do I properly change my status bar style in swift 2/ iOS 9?

I'm attempting to change my status bar's style to .Light but the previous code I implemented in swift 1.2 seems not …

ios swift statusbar
How can I change vim status line color?

I'm tring to change vim's status line color by editing my .vimrc . By using the command au, I tried to …

vim background-color statusbar
Status Bar Color not showing - 5.0 Lollipop Android Studio: (AppCompat-v7:r21)

I'm using the AppCompat-v7:21.0.0 support library for Android 5.0 Lollipop in Android Studio. My problem is that the Status Bar Color …

android android-studio statusbar android-5.0-lollipop android-appcompat
How to remove iOS status bar with Phonegap Build?

Is it possible to get rid of the status bar in iOS7 when using Phonegap Build 3.1? I can remove the …

ios cordova statusbar phonegap-build
How to change the status bar background color and text color on iOS 13?

With the arrival of iOS 13 statusBar's view is no longer accessible trough: value(forKey: "statusBar") as? UIView Due to: Terminating …

ios swift statusbar ios13
Scroll to top of UITableView by tapping status bar

I know there's tons of code out there to scroll a tableview to the top, but I want to do …

ios objective-c scroll tableview statusbar
Using windowTranslucentStatus with CollapsingToolbarLayout

I'm trying to get a similar effect to what is seen on google play. I've got the below layout to …

android android-actionbar statusbar android-collapsingtoolbarlayout android-coordinatorlayout
New iOS 7 statusBar leaves a range 20px in apps compiled in Xcode 5

this week came out iOS 7 Beta , and whenever an update comes out these always have to update the apps for …

iphone statusbar ios7 xcode5
iOS SDK - How to get the status bar back when using UIImagePickerController?

As soon as I add a UIImagePickerController sub view to my view the status bar disappears and I can't get …

iphone uiimagepickercontroller statusbar