ios-darkmode Questions

4

Solved

How can I change the map to dark mode from iOS 13? I have opt-out from UserInterfaceStyle so system-wide colors will not apply to me, so I'll do it manually. I've seen this video from apple WWDC201...
Ecclesiastic asked 25/10, 2019 at 19:59

6

Solved

The new iOS 13 update introduces an optional system-wide. This causes e.g. the StatusBar to have light text, which might become unreadable on a white background. It also breaks the iOS Datetime Pic...
Notch asked 15/10, 2019 at 13:29

8

Solved

While I am developing the iOS app I need to test it in simulator with dark mode option so I can get more clarity about the app UI. But when I go to the Setting I am not getting option for dark mode...
Peccavi asked 18/9, 2019 at 8:48

12

Solved

I'm currently looking into Dark Mode in my App. While Dark Mode itself isn't much of a struggle because of my SwiftUI basis i'm struggling with the option to set the ColorScheme independent of the ...
Dingess asked 20/10, 2019 at 18:31

5

Solved

I am currently trying to implement a solution in an app where the user is supposed to be able to switch the app's appearance in real-time with the following options: System (applying whatever appe...
Iberian asked 19/1, 2021 at 19:31

10

Solved

My navigation bar has a white backgroundColor and my status bar uses the dark textColor. When a user changes the iOS theme to Dark Mode, the status bar changes to white text on a white background. ...
Complainant asked 15/8, 2019 at 23:15

4

Solved

We have an e-commerce app that sends out order details when a purchase is made, and we just redesigned that email template. We've received reports over the past few days of some customers having ha...
Leonardoleoncavallo asked 1/10, 2019 at 3:30

3

Solved

My goal is to create an app where the user can choose his preferred theme. I'm saving the user's choice with shared preferences so I can load it the next app start. The user can either select: - Da...
Jacklighter asked 23/2, 2020 at 17:9

2

Solved

I recently developed app which is compatible with Dark mode. And dark mode also works fine. Btw when I change from dark->light, light->dark mode from device, all colors change as expected except b...
Eyebright asked 30/10, 2019 at 8:11

3

Solved

I am giving support for iOS dark mode in my iPad App throughly. The issue is only for dark mode when brand logo image is having black color. Generally, all brand logo are never white colored, so th...
Tolerable asked 28/2, 2020 at 8:32

1

I have a sign in apple button. It has style .black in light mode: let button = ASAuthorizationAppleIDButton(type: .signIn, style: .black) I want it to have style .white in dark mode Accessing t...
Lungki asked 27/5, 2020 at 12:59

4

Solved

In Assets.xcassets, there is an ability to add additional images that will automatically switch based on the Appearances. This works well for static images but I'm trying to figure out how to do th...
Myxomatosis asked 30/7, 2019 at 20:39

2

On xcode I work within a workspace where there is a basic project and a framework. All colors are defined within the framework. When I configure a label with the color assets of the framework from ...
Belcher asked 8/3, 2021 at 10:13

4

Solved

UITextField has a .placeholder text property, for showing info before text has been added to the field, up until now it's always been clear and visible, but in iOS13 dark mode was introduced and no...
Szymanowski asked 21/10, 2019 at 1:29

5

Solved

So ... I've tried to set my app to disable iOS 13 dark mode by forcing light mode according apple documentation, in the emulator all attempts work fine, but when I try on the real device, nothing h...
Rathbun asked 29/10, 2019 at 14:26

3

I am able to get userInterfaceStyle using TraitCollection of any view or ViewController ie. Dark or Light. But when I forced app to use Dark or light Mode, then I want to know what is the current u...
Lustrous asked 29/8, 2019 at 7:13

3

Solved

How can I make a switch to change programatically to dark or light mode in my iOS app? I'm using Swift.
Gomulka asked 11/2, 2020 at 14:34

9

Solved

I have set up different backgrounds for 'Light/Dark Appearance' But when switching between Light/Dark mode within Xcode, my background always uses image from 'Any/Light Appearance'. Only colours...
Intendant asked 27/3, 2020 at 1:31

5

Solved

How can I choose a different set of Launch images for Dark mode and for Light mode? I have a LaunchImages set. When the application starts, an image is shown. For Light mode it seems good, however ...
Jail asked 31/7, 2019 at 9:58

2

Solved

I'm am trying to achieve dark mode within my iOS application using SwiftUI: simple test would be to change the background colour. I have set up my colour set as seen below: ContentView.swift: impo...
Teaching asked 21/1, 2020 at 16:39

3

Solved

I created WKWebView that doesn't have one url. User use this WKWebView as Safari means user can search anything on WKWebView. I am facing one issue when I change dark and light mode my web view wil...
Nubbin asked 3/11, 2021 at 19:14

5

Solved

iOS 13 introduced UIImage instances that auto-adopt to the current UIUserInterfaceStyle (aka light or dark mode). However, there seem to be only methods to construct such images from named or syste...
Mesics asked 8/10, 2019 at 18:11

30

Solved

A large part of my app consists of web views to provide functionality not yet available through native implementations. The web team has no plans to implement a dark theme for the website. As such,...
Athwartships asked 11/6, 2019 at 6:37

1

When darkmode is enabled, UIViewControllers always use light mode. viewController.traitCollection.userInterfaceStyle is always Light but window.traitCollection.userInterfaceStyle is Dark. UIUserInt...
Twilley asked 7/7, 2021 at 11:5

1

Solved

In the settings of my app, the user can choose between 3 system themes: light, dark, or default (which matches the phone's theme). I do this by finding the keyWindow and setting overrideUserInterfa...
Mchail asked 23/7, 2021 at 21:55

© 2022 - 2025 — McMap. All rights reserved.