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
0
votes
0 answers

iOS 7 -- Extended Status Bar Overlays Navigation Bar after hide then show

I have a fairly simple app that uses a navigation controller. The problem is that the extended status bar (in-call/ hot spot) overlays the navigation bar after hiding the status bar and reshowing it. The navigation bar and extended status bar are…
TMacGyver
  • 1,281
  • 3
  • 12
  • 27
0
votes
1 answer

how to hide UIStatusbar on the ipad?

i was create the app for target for iphone in ios7. but when i tested that app into ipad then statusbar not hidden. in iphone its hide but not into ipad. please help me. i set the below code on my app. i set this to appdelegate. but its not hide…
Jashu
  • 13
  • 4
0
votes
1 answer

How do I change the colour of a UIStatusBar text during a custom transition in an animation block?

Customer taps title logo (the "a"): Existing view is pushed down by new view: Then to undo this the customer just taps the title logo again. The problem I am having is that my status bar text remains black when the navigation bar and view is…
LondonGuy
  • 10,778
  • 11
  • 79
  • 151
0
votes
1 answer

MFMessageComposeViewController not showing recipient box

In my app I have hidden the status bar and increased the navigation bar height by using navigation bar category. Using: @implementation UINavigationBar (customNav) - (CGSize)sizeThatFits:(CGSize)size { CGSize newSize =…
0
votes
1 answer

How to hide navigation bar on a particular view controller inside of navigation controller

I have 8 view controllers embedded into 1 navigation controller. I'd like to hide the navigation bar (keeping status bar) on my first view controller. When I've tried to do this this, the navigation bar disappears on all my view controllers.
0
votes
3 answers

iOS How to slide in view from bottom, accounting for the navigation bar + status bar height

I'm trying to display a custom view like an action sheet in a root view controller within a UINavigationController, but I always end up having the bottom obscured because I don't account for the UINavigationBar + status bar height. For example the…
funct7
  • 3,407
  • 2
  • 27
  • 33
0
votes
1 answer

Keeping UIStatusBar out of the layout before iOS7

In my iOS application, Status Bar is normally hidden (on start of the application too). In some parts of the application I make it visible. On iOS6 and iOS7 layout works perfectly and Status Bar overlaps any views on both iOS versions (I already…
frankish
  • 6,738
  • 9
  • 49
  • 100
0
votes
1 answer

iOS scale UIView with UINavigationBar and UIStatusBar

I need to implement scrollview, which contains few scaled subviews with UINavigationBar and UIStatusBar. How to get UIStatusBar for display it on scaled view? Because now I implemented this (shown on the left — scaled view without status bar) but I…
VictorV
  • 1
  • 1
0
votes
1 answer

custom UIColor for my navigationbar

I am trying to set my navigation bar and status bar to "color5" UIColor* color5 = [UIColor colorWithRed: 0.114 green: 0.705 blue: 1 alpha: 1]; I made my navigation bar a property and tried to set the tint color: navBar.tintColor = color5; but this…
0
votes
1 answer

Change status bar back to default after changing it to `Light`, per view Controller scenario

I want to be able to change the status bar color on a per view controller basis. My ViewController flow is A->B->C. The launch status bar color is black (in A), and I change it to white in view Controller B. I use the following in Bs viewDidLoad: …
DevC
  • 6,982
  • 9
  • 45
  • 80
0
votes
0 answers

Light content of uistatusbar affects the colour of uinavigation bar

light content of uistatusbarstyle overlapped on navigationbart like this, anyone plz help on this this really giving head ache in login viewcontroller HomeViewController *Home = [[HomeViewController alloc]…
0
votes
0 answers

UIStatusBar has different color

I have to set a mask on the navigation bar that I can animate the icons down out of the bar. After I set the mask the status bar is black. Therefore I set a View under the status bar. I copy exactly the colour properties from the status bar but…
Eike
  • 2,311
  • 20
  • 31
0
votes
4 answers

Replace status bar with own view

I would like to replace the UIStatusBar in my app with my own view. I'm assuming that I need to hide the status bar - is this right? The problem with hiding the status bar is that the navigation bar moves up to occupy it's original position. …
theDuncs
  • 4,649
  • 4
  • 39
  • 63
0
votes
2 answers

StatusBar background color in iOS7

Im working on a app compatible from ios6 onwards. in iOS 7 status bar is overlapping views and navigationbar. i want status bar in iOS 6 style. like it should appear above all UI objects, views,Viewcontroller and navigation controller. how can we…
Dipti Y W
  • 474
  • 1
  • 8
  • 26
0
votes
1 answer

How do you make the status bar appear iOS

This is getting very frustrating for me because I can't get the status bar to appear in my app. Everything related as far as UI is done on storyboard. when i set my status bar:inferred, top bar: inferred in my navigation controller, the status bar…
user3178926
  • 339
  • 1
  • 5
  • 15