All Versions
10
Latest Version
Avg Release Cycle
83 days
Latest Release
1824 days ago

Changelog History

  • v1.8.0

    March 31, 2019
  • v1.7.0 Changes

    June 08, 2017

    ๐Ÿ›  Fixed bugs on #11

  • v1.6.1 Changes

    April 11, 2017

    ๐Ÿ›  Fixed bugs on #4 and #6.

    ๐Ÿ‘€ #4

    Handle border width & color not working

    ๐Ÿ‘€ #6

    Min label visible after setting disableRange

  • v1.6.0 Changes

    April 09, 2017
    • โž• Add feedback with Taptic Engine when enableStep = true on iOS 10.
    • ๐Ÿ‘€ Set border color value form property. #5
  • v1.5.0 Changes

    March 21, 2017

    ๐Ÿ’… When subclassing RangeSeekSlider and setting each item in setupStyle(), the design is reflected in Interface Builder as well.

  • v1.4.1 Changes

    March 16, 2017
    • โšก๏ธ Update properties from 'public' to 'open'.
  • v1.4.0 Changes

    March 14, 2017

    โž• Add labelsFixed. If set true to this property, fixes the labels above the slider controls.

  • v1.3.0 Changes

    March 14, 2017

    โž• Add initialColor. If set UIColor to this property, the color of the entire slider when the handle is set to the minimum value and the maximum value.

  • v1.2.0 Changes

    March 14, 2017
    • ๐Ÿ‘€ Add rangeSeekSlider(_:stringForMinValue:) -> String?, rangeSeekSlider(_:stringForMaxValue:) -> String? in RangeSeekSliderDelegate.
    • โœ‚ Delete minValueString, maxValueString.
  • v1.1.0 Changes

    March 14, 2017
    • โž• Add string of the label when the handle is set to the minimum (or maximum) value.
    • ๐ŸŽ Performance fix.