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
2
votes
3 answers

How to make the status bar translucent in iOS 7?

In my app, I have some webviews. A transparent status bar doesn't look good for full screen webview. I want to make the status bar TRANSLUCENT, just like the game center. I notice that the status bar would be drawn translucent if there is a…
Kyle Xie
  • 722
  • 1
  • 8
  • 28
2
votes
3 answers

Slide view controller menu and status bar issue with IOS7

I have a slide view controller setup. When viewing the app in IOS7 the status bar is shown and translucent so it is shown with the content. Is there something I should be doing to offset the content below the status bar for this specific View…
StuartM
  • 6,743
  • 18
  • 84
  • 160
2
votes
1 answer

Remove rounded corners below UIStatusBarStyleBlackOpaque on iPhone running iOS 6

Since iOS 6.0 the OS adds rounded corners below the statusbar with style UIStatusBarStyleBlackOpaque on the iPhone. Is there a way to remove them?
pre
  • 3,475
  • 2
  • 28
  • 43
2
votes
2 answers

How to change statusbar tint color with hidden navigationcontroller in iOS 6.0?

I've uinavigationcontroller and within uiviewcontroller. Now my navigationbarhidden = yes. But when I hide the navigation bar then changed the color of the status bar. I want to change the color of the status bar as color of the hidden navigation…
Bob
  • 1,351
  • 11
  • 28
2
votes
1 answer

Two status bars at iPhone app startup

This makes no sense, but suddenly one of the iPhone (iOS 5.0 target) apps I'm developing starts up with two (2) statusbars! Furthermore it's not always, only with some installs with some people. This is the only related question I could find: Why do…
JOM
  • 8,139
  • 6
  • 78
  • 111
2
votes
1 answer

Slide all views up/down as statusBar is hidden/shown

I’m letting the user show/hide the statusBar at will, and I want all the views to slide down/up with it. I assumed setting the autoresizing mask would take care of this. I’ve added the navigation controller programmatically, so I did…
Wienke
  • 3,723
  • 27
  • 40
2
votes
4 answers

UI Status Bar Fade in-out Time iOS

I have an app where you tap a UIImageView and the buttons fade out and come back in. The Status bar does the same except it just comes in to quick. Is there a way to time its fade in to match my buttons timing ? Here is my .m file where the code for…
Gabriel
  • 328
  • 5
  • 16
1
vote
0 answers

Can I use ESP32-S3 as USB HUB or USB HOST for USB data communication?

I have a system consisting of a computer and various sensors. The sensors have a USB communication interface. I want to design GPIO and communication card between computer and sensors. I want to read the data from the sensor (Usb interface) with a…
1
vote
1 answer

crash on touching the status bar

My app is Navigation based. UIBarButtonItem on it. refreshstopButton = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemRefresh target:self action:@selector(refreshTapped)]; I found when I tap on the status bar,…
Espina
  • 83
  • 7
1
vote
2 answers

iOS15 UINavigationBarAppearance hide battery / time icons (UIStatusBarStyle)

On iOS15 I was no longer able to set as black UINavigationBar.appearance().tintColor = .white UINavigationBar.appearance().barTintColor = UIColor(hexString: "#000000") UINavigationBar.appearance().barStyle = UIBarStyle.black I've fixed that with…
user3626411
  • 188
  • 2
  • 3
  • 15
1
vote
1 answer

SLOT for statusbar->messageChanged() QT

I've problem with QT statusbar. I want to recive and process changeMessage from statusbar, bo I have problem with slot. How I should write correct slot or how to use connect function correct, with which I've problem too. file.cpp connect(statusbar,…
Miziol
  • 42
  • 8
1
vote
1 answer

How can I ensure iOS 13 modal view controllers present the right status bar colour?

With the new iOS 13 view controller changes, view controllers are being presented that don't cover the whole screen. They instead leave a black space at the top. However, the system status bar is not changing colour automatically. When I present a…
Tom H
  • 1,316
  • 14
  • 26
1
vote
1 answer

Status bar height in SwiftUI in iOS 13

How do you get the current scene's status bar height for use in a SwiftUI view? It looks like the key is accessing the current scene. From a view controller, you can use view.window?.windowScene to get to the scene, but what about in a SwiftUI view?
Edward Brey
  • 40,302
  • 20
  • 199
  • 253
1
vote
1 answer

Trying to communicate a Nintendo Switch with a Raspberry 3b+ using the USB

Hi everyone a month ago my niece broke my Nintendo switch controller by accident (https://www.powera.com/products/pokemon-wired-controller-for-nintendo-switch-pikachu-silhouette/) and I decided to try to use a raspberry 3b+ to communicate with my…
1
vote
2 answers

Status bar detects taps only when the UIWebView is scrolled down a bit

I have a UIWebView as the root view of a UINavigationController. When a webpage finishes to load, I hide the navigation bar, and I'm looking for a way to show it back. Right now, I'm trying to do that when the user taps the status bar (this approach…
phi
  • 10,634
  • 6
  • 53
  • 88