sindresorhus / Defaults

💾 Swifty and modern UserDefaults
https://swiftpackageindex.com/sindresorhus/Defaults/documentation/defaults
MIT License
1.93k stars 115 forks source link

`isOn` as parameter for toggle initializers #169

Closed jxhug closed 3 months ago

jxhug commented 3 months ago

to replicate the behavior of normal SwiftUI toggles

sindresorhus commented 3 months ago

The isOn is not needed for Defaults.Toggle as it automatically gets the binding from the key.