You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw that in order to solve this issue for SwiftUI, one has to put @Environment(.colorScheme) var colorScheme in the View. Is there some fix for UIKit? Currently the dark/light mode changes for colors are only possible after restarting the app. However, if the colors are defined in a standard way (in Xcode), the run time change works perfectly fine
The text was updated successfully, but these errors were encountered:
I saw that in order to solve this issue for SwiftUI, one has to put @Environment(.colorScheme) var colorScheme in the View. Is there some fix for UIKit? Currently the dark/light mode changes for colors are only possible after restarting the app. However, if the colors are defined in a standard way (in Xcode), the run time change works perfectly fine
The text was updated successfully, but these errors were encountered: