Questions tagged [ios-statusbar]

21 questions
0
votes
2 answers

Swift 2.3 to Swift 3.1 Migration - EZSwipeViewController beneath StatusBar

I am in process of migrating my Swift2.3 project to Swift3.1. As a part of it, I am facing trouble with a swipe controller that I used - 'ezswipeviewcontroller'. I am using Xcode8.3, and testing on iOS10.3.2 device/simulator. Before conversion, the…
Lohith Korupolu
  • 1,066
  • 1
  • 18
  • 52
0
votes
0 answers

Phonegap/Cordova iOS Statusbar Back Button Displayed - Unexpected Behavior

I am facing one issue on cordova app built for iOS. I am using cordova 5.1.1. When i double tap for few times on status bar of cordova app one back button appears on left top corner of the screen. This is unexpected behaviour for my app. Is it a…
0
votes
2 answers

Different color for navigation bar and status bar

Is it possible to have different color for navigation bar and status bar ? A solution other than this will help. I am looking for some default setting. What I have tried is, assigning color to navigation bar in storyboard and then for status bar I…
Nitish
  • 13,845
  • 28
  • 135
  • 263
-1
votes
2 answers

I am not able to hide statusBar when I try to show a view

I want to hide statusBar when I show a view in screen. func showView() { if let keyWindow = UIApplication.shared.keyWindow{ let view = UIView(frame: keyWindow.frame) view.backgroundColor = UIColor.black …
Enea Dume
  • 3,014
  • 3
  • 21
  • 36
-1
votes
3 answers

UINavigationBar status bar color issue on iPhone X

On iPhone 8 : On iPhone X : The issue lies with status bar. The is nothing exclusive I am doing here. It is just that the color is a gradient one, but it should not matter. ViewController's attributes : Function for setting gradient :…
Nitish
  • 13,845
  • 28
  • 135
  • 263
-3
votes
2 answers

How can I change the color of the status bar? (Android and IOS)

Sorry for the big picture. I did some research, including here on the stackoverflow, but I was not successful with the options I found.
1
2