Hey @aheze,
I wanted to let you know that I really like this framework, but I've noticed that some important modifiers are missing for your Toggles, specifically .disabled(disabled: Bool) and .onChange(of: perform:). It would also be nice if instead of using the @SettingBuilder macro to create a new settings view, you could just create a new view and link it to the SettingPage.
Hey @aheze, I wanted to let you know that I really like this framework, but I've noticed that some important modifiers are missing for your Toggles, specifically
.disabled(disabled: Bool)
and.onChange(of: perform:)
. It would also be nice if instead of using the@SettingBuilder
macro to create a new settings view, you could just create a new view and link it to theSettingPage
.