Dark Mode

I'm currently (obviously) building an app and I decided I prefer the dark mode theme more than default. Is there any way I could set it so that dark mode is the default color of the app?

Answered by SimplyKyra in 717543022

You can set it with .preferredColorScheme(.dark).

Accepted Answer

You can set it with .preferredColorScheme(.dark).

Dark Mode
 
 
Q