Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 565 Bytes

File metadata and controls

13 lines (8 loc) · 565 Bytes

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