Classes

The following classes are available globally.

  • RangeUISlider SwiftUI coordinator. The coordinator is the delegate of the RangeUISlider instance wrapped by RangeSlider. It implements the delegate method to update the mininimum and maximum value selected and set them on the RangeSlider binding values.

    See more

    Declaration

    Swift

    @available(iOS 14.0, *)
    public class RangeSliderCoordinator : RangeUISliderDelegate
  • A custom slider with two knobs that allow the user to select a range. RangeUISlider has been created using Autolayout. It is an IBDesignable UIVIew and all its properties are IBInspectable. RangeUISlider support RTL (right to left) languages automatically out of the box.

    See more

    Declaration

    Swift

    @IBDesignable
    open class RangeUISlider : UIView, ProgrammaticKnobChangeDelegate, KnobGestureManagerDelegate