StatusViewDelegate
@available(*, deprecated, message: "Add a target to StatusView for UIControl.Event.valueChanged instead.")
public protocol StatusViewDelegate : DeprecatedStatusViewDelegate
A protocol for listening in on changes made to a StatusView
.
-
Indicates a value in the status view has changed by the user interacting with it.
Declaration
Swift
@available(*, deprecated, message: "Add a target to StatusView for UIControl.Event.valueChanged instead.") func statusView(_ statusView: StatusView, valueChangedTo value: Double)