Skip to content

Releases: chicio/RangeUISlider

1.12.1

03 Jan 11:53
Compare
Choose a tag to compare

Fixed

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

1.12.0

08 Oct 07:16
Compare
Choose a tag to compare

Added

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

1.11.0

24 Sep 14:06
Compare
Choose a tag to compare

Added

  • SPM support

1.10.0

24 Sep 14:06
Compare
Choose a tag to compare
  • New step increment feature

1.9.0

24 Sep 14:05
c14e0c8
Compare
Choose a tag to compare

Added

  • Upgrade to Swift 5
  • New method rangeChangeStarted in RangeUISliderDelegate

1.8.0

20 Mar 17:44
Compare
Choose a tag to compare

Added

  • Swift 4.2 compatibility (thanks to sjongejan)

1.7.0

01 Sep 23:01
Compare
Choose a tag to compare

Added

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

1.6.0

03 May 15:35
Compare
Choose a tag to compare

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.5.0

01 Oct 20:49
Compare
Choose a tag to compare

Updated

  • Upgrade to XCode 9 and Swift 4.
  • Removed unused comments.
  • Improved code style.

Fixed

  • Fixed a bug that prevents the user from moving the knobs if both of them were placed at a margin of the bar.

1.1.0

01 Oct 20:50
Compare
Choose a tag to compare

Added

  • Default starting value for left and right knob.