ControlSliderDelegate

public protocol ControlSliderDelegate : AnyObject

Undocumented

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

    Declaration

    Swift

    func controlSlider(_ slider: ControlSlider, updatedValue value: Float, done: Bool)

    Parameters

    slider

    The control slider.

    updatedValue

    The updated value received from the slider.

    done

    Whether or not the slider’s value is done changing.