Unclaimed project
Are you a maintainer of neumorphic? Claim this project to take control of your public changelog and roadmap.
Changelog
🚀Neumorphic is a SwiftUI utility to build Neumorphism Soft UI (supports both *outer shadow and *inner shadow)
Last updated over 1 year ago
Using DynamicProvider to init Color on both iOS and MacOS. It works without having to include environment variable colorScheme in the SwiftUI View. When the system appearance changes, it will redraw to view automatically.
You can still change the color scheme type manually by setting Color.Neumorphic.colorSchemeType. e.g. Color.Neumorphic.colorSchemeType = .dark