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.

IOS 4.3 hide status bar permanently

I'm trying to hide the status bar in iOS 4.3 now that setStatusBarHidden:animated: is deprecated: [[UIApplication sharedApplication] setStatusBarHidden:YES animated:…

ios statusbar
How to change the background color of android status bar

I want to change the background color of the status bar by writing an application. My android device has black …

android statusbar
iOS 7 UISearchDisplayController search bar overlaps status bar while searching

I'm updating my app for iOS 7, and I'm in the process of adjusting all my views to account for the …

ios uisearchbar ios7 statusbar uisearchdisplaycontroller
Preventing status bar expansion

Is there anyway to prevent users from sliding the status bar (expand) or collapsing back? I'm trying out a lockscreen …

android statusbar lockscreen
Xamarin.Forms - Change StatusBar Color

I search but I can't find if it's possible to change the StatusBar color for each platform, from my portable …

xamarin.forms statusbar
How to show an icon in the status bar when application is running, including in the background?

I want to put an icon in the status bar when ever my application is running, including when it is …

android icons statusbar uistatusbar
Changing the status bar text color in splash screen iOS 7

I know that are already some stackoverflow questions that say how to change the status bar for all view controllers. …

ios ios7 splash-screen statusbar uistatusbar
Status Bar showing black text, only on iPhone 6 iOS 8 simulator

I'm trying to convert my iOS 7 app to iOS 8 in Xcode 6 GM, and when i run it on the iPhone 5…

ios ios8 statusbar uistatusbar iphone-6
Hide the status bar on iPhone on a single view?

I want to show the status bar in my app in all views but one. I have tried modifying the …

iphone objective-c ios status statusbar
how to hide status bar and navigation bar when tap device

How to hide status bar and navigation bar when I tap the device like photos in iphone? I had used …

swift navbar statusbar