sindresorhus/Preferences



Do you want to work on this issue?
You can request for a bounty in order to promote it!
How do you use Preferences in a SwiftUI App View? #69
macaaw posted onGitHub
How do I use Preferences within SwiftUI app code? The only way I can see is to use Settings with a View.
WindowGroup { ContentView() }
Settings { MyCustomSettingsView() }