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
1 answer

Translucent NavigationBar behaves strange when calling

I have a UINavigationController in which I define the navigationBar for all UIViewControllers as follows: navigationController?.navigationBar.setBackgroundImage(UIImage(), for: .default) navigationController?.navigationBar.shadowImage =…
PennyWise
  • 595
  • 2
  • 12
  • 37
0
votes
2 answers

Add black overlay to entire screen including status bar

I have an application with a UINavigationController and a UITabBarController. Inside the UITabBarController is a button which should present a modal view, for which I want to black out the entire screen with a faded background (black with .5…
0
votes
2 answers

Add class/id to path in TinyMCE4

Quick question: Is there a way to add class and/or ID of the elements in the path of TinyMCE status bar under content?
Enic
  • 25
  • 5
0
votes
1 answer

How to set statusBarStyle inside AppDelegate with no warnings

Before I start I would to apologise if this question is duplicated as I seen plenty of question but I can't find out what I need. I want to create a global Status, navigation, toolbar bar style and, if possible, the bottom part of the view on…
Reimond Hill
  • 4,278
  • 40
  • 52
0
votes
2 answers

Detect hotspot crashed in iPhone X

I have sample code as below in viewDidLoad to detect hotspot on / off. It working properly in iPhone 6-8 but crashed in iPhone X. UIApplication *app = [UIApplication sharedApplication]; if(![[app valueForKey:@"statusBar"]…
AD Tee
  • 345
  • 4
  • 21
0
votes
0 answers

Window's cornerRadius and maskToBounds won't work for statusBar if backgroundColor is applied to statusBar

Why cornerRadius and maskToBounds properties won't affect statusBar if I set background color for statusBar? (I'm a beginner in swift) CONTEXT What I want to achieve: I want to set cornerRadius for every corner of the screen within the app. What…
Ryoko
  • 75
  • 6
0
votes
1 answer

Is it possible to change the font color of the status bar to a custom color?

I would like to set the color of the font of the status bar displaying the time and battery percentage to a custom color other than the enumerations .default and .lightContent UIStatusBar Documentation. Is this possible?
0
votes
1 answer

iOS [Obj-C] - NavigationBar transparent with visible items while scrolling

This is my question CONTEXT I have a ViewController which I have an effect where the Navigation Bar gets transparent when the user go down in the scroll, and the Navigation Bar gets normal when the user go up in scroll view. This effect I did with…
0
votes
0 answers

How to anchor an UIView to the bottom of layout (with in-call status bar)

Created a custom tab bar and while trying to anchor it to the bottom of my UIViewController found that the in-call status bar moves the bottom anchor weirdly. To demonstrate my problem, I create a fresh iOS project, put an label in the…
0xZ3RR0
  • 389
  • 3
  • 10
0
votes
3 answers

How to load UIWebView underneath Navigation bar until StatusBar

Hi I have a VC with a UIWebView and a NavigationBar. When I set the Top Constraint of my webview.Top to Superview and the constant to 0, The web view does not load until the status bar and only load until the navigation bar. Why is it like that? See…
Hanz Cheah
  • 761
  • 5
  • 15
  • 44
0
votes
2 answers

Perform action when status bar is clicked

I have seen popular apps like messenger do something with their status bar. When you call someone and go out of the app, there is a red status bar. If you click on it you get back to the app. I have been searching on performing actions when the…
user6506473
0
votes
1 answer

White Status bar when pushing TTPhotoViewController using [self.navigationController pushViewController:]

I'm pushing myPhotoviewcontroller when TTThumbview is selected. where myPhotoviewcontroller is inherited from TTPhotoViewController. - (void)thumbsViewController: (TTThumbsViewController*)controller didSelectPhoto:…
0
votes
2 answers

Change the background color StatusBar based on the current ViewController?

I want to be able to change the status bar background color of my app, to transparent on 3 specific UIViewControllers and set the rest to be something else. I'm not sure how to check which view controller is the current view controller. It should…
Dani
  • 3,427
  • 3
  • 28
  • 54
0
votes
1 answer

UITableViewController strange white strip at the top (image included)

I have UITableViewController as a root of UINavigationController. And it always appears with a strange white strip at the top (and the height of that white strip in always height of status bar). If I change background color of tableView to red,…
Paul T.
  • 4,938
  • 7
  • 45
  • 93
0
votes
1 answer

Red pulsing status bar on the iPhone

I was wondering what I would need to be able to use the red pulsing status bar with the app name, when the application goes to background-mode. I've seen several apps using this functionality, but I can't really find any information about it.
M_D
  • 1
  • 1