RangeUISliderComponents

public class RangeUISliderComponents

A class that contains all the UI components of RangeUISlider. You can access to all the UI parts: knos, bar and progress view. See components property of RangeUISlider.

  • bar

    The bar UI component. See Bar class.

    Declaration

    Swift

    public let bar: Bar
  • The knobs UI component. See Knobs class.

    Declaration

    Swift

    public let knobs: Knobs
  • The progress views UI components.

    Declaration

    Swift

    public let progressViews: ProgressViews