Top "Uistatusbar" questions

Status bars display a collection of status items that provide interaction with or feedback to the user, such as a menu or an image reflecting an application’s state.

UIImagePickerController in iOS 7 status bar

In io7,the status bar on top a view is a nightmare.Fortunally i managed to make it work so …

uiimagepickercontroller ios7 uistatusbar
UISearchController changing status bar color on invocation

I have the following code in my app, specifically in viewDidLoad: that sets up my UISearchController. self.searchController = [[UISearchController alloc] …

ios uitableview uistatusbar uisearchcontroller uirefreshcontrol
Change Background Color Status Bar iOS

So, I'm trying to make this: i tried using UIView in back of Status bar and set the color to …

swift uistatusbar
Set status bar orientation in iOS 6.0

Possible Duplicate: setStatusBarOrientation:animated: not working in iOS 6 In iOS 6.0, as AppDelegate by default extends UIRepsonder and not UIApplication there …

ipad ios6 uiinterfaceorientation uiapplication uistatusbar
When hiding the statusbar my navigation bar moves up in iOS7

I am trying to hide the statusbar but maintain the "bigger" navigationbar height. Right now when I hide the statusbar …

ios ios7 uinavigationbar uistatusbar
iOS 11 UIWebView pop down by status bar

In iOS 11, UIWebView is pop down by status bar. It may be affected by safe area inset introduced by iOS 11. …

uiscrollview uiwebview uistatusbar ios11