SwiftUI call function on variable change
Question or problem in the Swift programming language: I am trying to convert a view of my watchOS App to Swift UI. I wanted to port the volume control that can be found in watchKit to SwiftUI with custom controls. In the image below you can see the current state of the view.
Continue Reading