#onappear #onchange #ondelete #onsubmit #editbutton #donebutton
Last updated 1 year ago
.onChange(of: xxx) // of: means change of the xxx
Slider(value: $filterIntensity) .onChange(of: filterIntensity) { _ in applyProcessing() }
See Also: Triggers