AdjustmentControlViewDelegate

public protocol AdjustmentControlViewDelegate : AnyObject

Undocumented

  • Notifies the delegate that the control’s intensity slider’s value has changed.

    Declaration

    Swift

    func adjustmentControlView(_ control: AdjustmentControlView, sliderValueChanged value: Double)

    Parameters

    control

    The control view.

    value

    The updated value received from the control’s intensity slider.