Skip to main content
1 vote
1 answer
66 views

This question Swift: Setting StatusBar color on IOS13+ (Using statusBarManager) has a very good answer on how to set the statusbar text color to dark or light for the whole app or for a ...
Lorenz Meyer's user avatar
  • 20.1k
0 votes
0 answers
29 views

for Now am using an overlay positioned -100 top for statusbar and -100 bottom for bottombar as mentioned below: it looks not good but can be temporary solution import { Dimensions, ImageBackground, ...
Arslan Naveed's user avatar
1 vote
0 answers
844 views

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 ...
AYKUT ÇOTUR's user avatar
2 votes
1 answer
776 views

Problem Currently I'm developing an application and on iOS 16 the text color of the statusbar is often white while the background color of the customized header has a light color. In the code of the ...
MobileAppDev's user avatar
0 votes
2 answers
337 views

I have issue with Navigation Controller inside TabBarController. I have 5 view controllers and 3 of them have navigation bar. I need to make white status bars of all of this 3 VC. And i can do it with ...
synecdochenoire's user avatar
13 votes
2 answers
3k views

Problem I have an app that has different colour navigation bars for different flows. Some navigation bars have a light background and require black status bar text. Others have a darker navigation bar ...
bencallis's user avatar
  • 3,759
3 votes
0 answers
301 views

Following with the UIViewController worked until iOS 15. Status bar animated with the 'slide' method. Now it just fades away. self.setNeedsStatusBarAppearanceUpdate() override final var ...
Gizmodo's user avatar
  • 3,024
0 votes
2 answers
4k views

How to resolve this issue warning issue UIApplication.shared.statusBarStyle = .lightContent Warning Messages 'statusBarStyle' was deprecated in iOS 13.0: Use the statusBarManager property of the ...
kiran's user avatar
  • 4,399
1 vote
2 answers
1k views

On iOS15 I was no longer able to set as black UINavigationBar.appearance().tintColor = .white UINavigationBar.appearance().barTintColor = UIColor(hexString: "#000000") UINavigationBar....
user3626411's user avatar
1 vote
1 answer
181 views

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 ...
Miziol's user avatar
  • 42
-1 votes
2 answers
138 views

In dark mode style, the status bar disappear cause of dark color. I added the: override var preferredStatusBarStyle: UIStatusBarStyle { return .lightContent } but the problem is, ...
Steven's user avatar
  • 780
0 votes
1 answer
1k views

In React Native, I'm trying to set the status bar to 'light-content' so it is more visible against the darker background. To do so I used , however when I ran the code I got the following error: ...
Akhil Bonu's user avatar
3 votes
1 answer
2k views

I want to change the color of status bar (battery percentage, time and wifi, etc) to a custom color (red, yellow, blue, etc) other than .lightContent and .darkContent that Apple offers. Is that even ...
Ulugbek's user avatar
  • 147
3 votes
0 answers
87 views

I have a UIViewController (CameraViewController) and a UINavigationController (ListsNavController). They are embedded inside another view controller, MasterViewController, like this: class ...
aheze's user avatar
  • 31.5k
1 vote
1 answer
919 views

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 ...
Tom H's user avatar
  • 1,316

15 30 50 per page
1
2 3 4 5
30