All Versions
10
Latest Version
Avg Release Cycle
83 days
Latest Release
2055 days ago
Changelog History
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 -
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
- โ Add feedback with Taptic Engine when
-
v1.5.0 Changes
March 21, 2017๐ When subclassing
RangeSeekSlider
and setting each item insetupStyle()
, 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 setUIColor
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?
inRangeSeekSliderDelegate
. - โ Delete
minValueString
,maxValueString
.
- ๐ Add
-
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.