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.

Taking advantage of the translucent status bar in Android 4.4 KitKat

When I released my note taking application for Android 4.0 - 4.3 I used a custom action bar color with a custom …

android user-interface statusbar android-4.4-kitkat
How to hide status bar in UIImagepickercontroller?

I am new to iOS development. I am trying to hide status bar in UIImagePickerController. Whenever I click on "Take …

ios objective-c iphone ios7 statusbar
Hide StatusBar from MPMoviePlayerController

I've been struggling with a very annoying problem all day long and I hope I could find help on this …

iphone ipad mpmovieplayercontroller statusbar
setStatusBarHidden(_:withAnimation:) deprecated in iOS 9

I see that in iOS 9 setStatusBarHidden(_:withAnimation:) is now deprecated and the documentation says to use [UIViewController prefersStatusBarHidden] instead but …

ios swift ios9 statusbar
iOS 7: modal view controller status bar is wrong color but normal view controllers are correct

I have an issue in iOS7 where a normal UINavigationController pushed view controller has the correct status bar text color …

ios7 uinavigationbar statusbar
Fullscreen DialogFragment with translucent StatusBar

I have a DialogFragment which I want to show in fullscreen. I do however still want a StatusBar present, and …

android android-5.0-lollipop statusbar android-dialogfragment
MPMoviePlayerController fullscreen quirk in iPad

I want to show a MPMoviePlayerController in a view controller and let the user toggle full screen with the default …

ipad fullscreen mpmovieplayercontroller statusbar screen-orientation
showing a status message in R

I'd like to write a function that presents to the user a status message that shows something like the time, …

r message status statusbar
Remove path in status bar in TinyMCE4

I have just migrated from TinyMCE3 to TinyMCE4 and I wonder how to remove the path in the status bar. …

path tinymce statusbar uistatusbar tinymce-4
status bar hidden in modal view (over fullscreen presentation)

try to hide the status bar from a modal view. already check several methods: override func prefersStatusBarHidden() -> Bool { …

ios hidden statusbar modalviewcontroller