Skip to content

MyNameIsBond/detectTheme

Repository files navigation

Detect Light/Dark theme in SwiftUI

alt text

in this tutorial I am going to be explaining how you can detect whether the theme is .light or .dark in SwiftUI. I will be demonstrating a neumorphic UI using the theme detector


Neumorphic UI is being built following the best programming practices

The Happy Programmer