Skip to content

Releases: WorldDownTown/RangeSeekSlider

Support for Swift 5 / Xcode 10.2

31 Mar 23:40
Compare
Choose a tag to compare
1.8.0

update .swift-version 5.0

Adapted custom handle image frame to be decided according to image size

08 Jun 06:16
Compare
Choose a tag to compare

Bug fix

11 Apr 01:48
Compare
Choose a tag to compare

Fixed bugs on #4 and #6.

#4

Handle border width & color not working

#6

Min label visible after setting disableRange

add TapticEngine

09 Apr 12:21
Compare
Choose a tag to compare
  • Add feedback with Taptic Engine when enableStep = true on iOS 10.
  • Set border color value form property. #5

Add setupStyle() method.

21 Mar 03:28
Compare
Choose a tag to compare

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

Update properties from 'public' to 'open'.

16 Mar 06:10
Compare
Choose a tag to compare
  • Update properties from 'public' to 'open'.

Add labelsFixed

14 Mar 12:58
Compare
Choose a tag to compare

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

Add initialColor

14 Mar 12:56
Compare
Choose a tag to compare

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.

Add RangeSeekSliderDelegate methods

14 Mar 12:52
Compare
Choose a tag to compare
  • Add rangeSeekSlider(_:stringForMinValue:) -> String?, rangeSeekSlider(_:stringForMaxValue:) -> String? in RangeSeekSliderDelegate.
  • Delete minValueString, maxValueString.

Add minValueString, maxValueString

14 Mar 03:10
Compare
Choose a tag to compare
  • Add string of the label when the handle is set to the minimum (or maximum) value.
  • Performance fix.