RangeUISlider Versions Save

:iphone: :large_blue_circle::heavy_minus_sign::large_blue_circle: An iOS range selection slider compatible with UIKit and SwiftUI. Developed using autolayout and highly customizable using IBDesignabled and IBInspectable or programmatically. It support also RTL (right to left) languages automatically out of the box.

1.12.1

3 years ago

Fixed

  • scaleMinValue and scaleMaxValue can be set programmatically even after RangeUISlider view is already attached to a view hierarchy

1.12.0

3 years ago

Added

  • Programmatic api to change the knob values
  • Now Minimum iOS version is 9.0
  • Github Actions as CI

1.11.0

4 years ago

Added

  • SPM support

1.10.0

4 years ago
  • New step increment feature

1.9.0

4 years ago

Added

  • Upgrade to Swift 5
  • New method rangeChangeStarted in RangeUISliderDelegate

1.8.0

5 years ago

Added

  • Swift 4.2 compatibility (thanks to sjongejan)

1.7.0

5 years ago

Added

  • RangeUISlider became a open class
  • RangeUISlider could be set entirely in a programmatic way

1.6.0

6 years ago

Added

  • Now it is possible to set the default starting value for left and right knob programmatically.
  • Now it is possible to set the min and max scale of the range programmatically.

1.0.0

6 years ago

Added

  • Initial release.

1.0.1

6 years ago

Added

  • Change folder structure.
  • Added swift package manager support.