Questions tagged [uistatusbar]

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.

449 questions
1
vote
1 answer

Setting UIStatusBarStyle in childViewController

I have a UIViewController with a childViewController. The childViewController either takes up the entire screen or parts of the screens, overlaying on top of the parentViewController. When it takes up the entire screen I would like to change the…
runmad
  • 14,846
  • 9
  • 99
  • 140
1
vote
0 answers

How to change status bar color in iOS7?

How can I change color of status bar while launch screen is showing? It's black while app is loading, but I need white.
Timur Bernikovich
  • 5,660
  • 4
  • 45
  • 58
1
vote
2 answers

How to change the status bar color when opening MFSideMenu

When I open the MFSideMenu the status bar doesnt change color to black and the text color to white in iOS7. I have set UIViewControllerBasedStatusBarAppearance to YES and NO and both dont change the status bar color.
Encore PTL
  • 8,084
  • 10
  • 43
  • 78
1
vote
1 answer

iOS7 UINavigationBar subclass > try to draw under UIStatusBar

I tried to draw a custom UINavigationBar via drawRect on iOS7. With the changes of the Navigationbar and the Statusbar my draw begins on y-origin 20.0, not on my 0.0 behind the Statusbar. I checked the wwdc videos but I only found examples with…
iOSNerd
  • 31
  • 4
1
vote
3 answers

Black strip on top despite statusBarHidden

There is a black strip, of the same frame as the status bar on the top of the screen despite setting the status bar hidden, using : [[UIApplication sharedApplication] setStatusBarHidden:YES withAnimation:UIStatusBarAnimationSlide]; The…
n00bProgrammer
  • 4,261
  • 3
  • 32
  • 60
1
vote
0 answers

Why does setting the status bar unhidden put the status bar above my navigation bar?

Following this advice on how to set the status bar unhidden after UIImagePicker hides it. (How has this not been fixed by now?) I'm using GKImagePicker which adds an extensible cropping interface. It's used the same way as an image picker…
user
  • 3,388
  • 7
  • 33
  • 67
1
vote
1 answer

ios UIImagePickerController Camera Overlay view's status bar properties

hello Everyone I am facing an issue. In my app I want to crop an area of image taken from camera. Therefore, I am using UIImagePickerController & it's cameraOverlayView. The problem is that on iPhone 4S,iPad,iPod - "status bar" is not transparent.…
1
vote
0 answers

When I control uistatusbar to display or hide, The view will shake

Copy IOS photo gallery style, but when I control uistatusbar to display or hide, the view will shake to up and down. if (isDisplayNav) { [[UIApplication sharedApplication] setStatusBarHidden:YES withAnimation:UIStatusBarAnimationFade]; …
joe
  • 11
  • 3
1
vote
0 answers

iOS 6 status bar tint and modal dialog

I'm working on an application that displays coloured UINavigationBar images, with different colours for different screens. The iOS 6 status bar tint matches these different colours as expected when switching between views in my UITabBarController.…
Ben Williams
  • 4,695
  • 9
  • 47
  • 72
1
vote
3 answers

Set Status Bar Tint Colour

I have an tabbed bar application and the status bar tint colour is set to default - so it is always my selected blue colour throughout my app. However, in one view, I am hiding my Navigation Bar like so: [self.navigationController…
Patrick
  • 6,495
  • 6
  • 51
  • 78
1
vote
0 answers

can't manage 20 pixels space of status bar

I am opening my viewcontroller in pop view which contains only UITableView. This view opens in landscape mode. coding of it is as follows: OilChangeView *oilVC = [[OilChangeView alloc] initWithNibName:@"OilChangeView" bundle:nil]; popView =…
iPhone
  • 4,092
  • 3
  • 34
  • 58
1
vote
1 answer

Hide/Show navigationbar, toolbar, and status bar at the same time

I wish to have a "fullscreen mode" in my iPhone application where when a user presses a button, the statusbar, navigationbar, and toolbar animates out of the screen (like the fullscreen feature of Safari in landscape mode in iOS 6). I am basically…
spybart
  • 2,583
  • 3
  • 22
  • 33
1
vote
3 answers

Removing battery and watch icon from iPad status bar

I need to remove the battery and watch icons from the status bar in an iPad application. How can I do this?
user1344851
1
vote
1 answer

Display format of the time in the status bar

A customer has sent me an email about a bug in one of my apps that I am trying to figure out. The bug has to do with time, and I am unable to recreate it. (Also my app has been out many months and I haven't had any other report of this bug). I…
Darren
  • 10,091
  • 18
  • 65
  • 108
1
vote
4 answers

Is statusbar mandatory in iphone Application

Is status bar compulsory in iPhone App? Will Apple reject my application if I hide status bar in all the screen of my iPhone Application? Thanks.
viral
  • 4,168
  • 5
  • 43
  • 68