You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
.The text was updated successfully, but these errors were encountered: