Hello,
I want a segmented Control or a button that changes the Appearance from light mode to dark mode. But I don't want that I have to change every label or button etc. with a if / else statement. Is that possible? Thank you!
Hello,
I want a segmented Control or a button that changes the Appearance from light mode to dark mode. But I don't want that I have to change every label or button etc. with a if / else statement. Is that possible? Thank you!
overrideUserInterfaceStyle
(link) may be the droid you’re looking for.