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. A system-wide status bar resides at the right side of the menu bar and is the only status bar currently available.
Questions tagged [uistatusbar]
449 questions
1
vote
1 answer
Navigation controller and status bar issue
I'm struggling to manage the status bar since I placed a Navigation Controller.
When my intro navigation flow passes only through ViewControllers it worked smoothly.
Now I put a Navigation controller in front of my introVC and the frame is shifted…

Michele A.
- 11
- 3
1
vote
2 answers
UIView above NavigationBar and StatusBar
I need to show UIView with full screen mode above NavigationBar and StatusBar
How i can do that?
P.S. Sorry for my English

Lion Gurman
- 161
- 1
- 2
- 9
1
vote
1 answer
Remove Translucency of UIStatusBar
I am trying to make my UIStatusBar not translucent at all.
While my UINavigationBar is completely white, I want the UIStatusBar to follow that behavior.
In my appDelegate - didFinishLaunchingWithOptions I was…

JVS
- 2,592
- 3
- 19
- 31
1
vote
2 answers
Custom background color for status bar in iOS app created with Xcode and Swift
I already googled a little bit but without success.
I want to have a custom background color for the status bar in all my ViewControllers (only in portrait mode). The ViewControllers are managed with a TabBarController.
Does anybody know how to do…
user6423177
1
vote
2 answers
Status bar background color
I am trying to make my status bar background color the same as my navigation bar, I was trying to find the answer in google but it does not work clearly for me... Can you please explain how it works and how can I fix it?

John E.
- 321
- 4
- 11
1
vote
2 answers
UIStatusBar will not go away. Sadness and frustration ensues
Tried everything. Just trying to hide it for one view controller.
.plist:
Status bar is initially hidden = NO
View controller-based status bar appearance = YES
view controller:
- (BOOL)prefersStatusBarHidden {
return YES;
}
//I shouldn't have…

soleil
- 12,133
- 33
- 112
- 183
1
vote
1 answer
View appearing below status bar initially
I have the following hierarchy in my app:
UITabBarController (rootviewcontroller) --> Custom UINavigationController --> View1 (UIViewController)
After updating to iOS9, Initially when app launches , the View 1 is shifted a bit below the status bar…

Tripti Kumar
- 1,559
- 14
- 28
1
vote
1 answer
Bug when swiping from view with uinavigationbar to one without
I have an application with 2 viewcontrollers, ViewController and NextViewController. ViewController does not have a navigation bar and has a white status bar. NextViewController does have a navigation bar and has a black (default) status bar. I have…

Belle
- 273
- 2
- 15
1
vote
1 answer
Status bar font is bold for some reason
The clock, carrier, battery part in my device is normal, like in 1st picture. When I open my app, after loading the app in memory it starts to animate and make the navigation bar bold and bigger font. I am not even sure if this is a good or bad…

Esqarrouth
- 38,543
- 21
- 161
- 168
1
vote
1 answer
Statusbar background was nil,after presenting the SKStoreProductViewController in ios 8.4
I'm using SKStoreProductViewController for opening the appstore in my app. it was presenting successfully,but the statusbar in it was not showing, Navbar looks like a 44pixels height. But it won't happens in any iOS 8.3v in any device.
This…

Krishna1251
- 177
- 1
- 10
1
vote
0 answers
iOS app status bar is not updating when coming from background to foreground
I'm working on a cordova ios app, i'm facing this weird behaviour with status bar
"when ever i push my app to background and turn of the wifi or put the mobile in airplane mode or enable bluetooth, all these action status getting reflected on the…

Madhu
- 869
- 1
- 17
- 37
1
vote
1 answer
naviagtionBar height and statusBar height size
In the use of the iphone 5, the navigationBar and statusBar normal height, but under the iphone6 or iphone6plus navigationBar and the statusBar height is bigger, not 64, the likelihood is scaling.
The problem is that I want iphone6 or iphone6plus to…

lee
- 13
- 3
1
vote
5 answers
Cannot set iOS Status Bar Colour for View
I am developing an app for iOS8, using Swift 1.2.
However, I am having an issue with the colour of the status bar (the one with the time, battery indicator etc).
In my Info.plist file, I have UIViewControllerBasedStatusBarAppearance set to YES as…

Max
- 1,974
- 2
- 16
- 24
1
vote
1 answer
Set status bar color to match UISearchBar
I have a view for search that displays a UITableView with a UISearchBar as tableHeaderView. Scrolling the table, the text underlaps and displays under the status bar. All the solutions I've tried don't work. My preference would be to make the status…

empedocle
- 1,862
- 1
- 14
- 25
1
vote
2 answers
Custom status bar in iOS 8
As status bar style called, UIStatusBarStyleBlackOpaque is deprecated in iOS7 and up, what is the alternate for getting the similar status bar? How can we achieve this?
Please help me solve this issue.

sulthana
- 309
- 1
- 6
- 13