All Versions
7
Latest Version
Avg Release Cycle
185 days
Latest Release
2265 days ago

Changelog History

  • v1.0.6 Changes

    April 14, 2018

    Included Changes:

    #73 - Add border color properties for slider line
    #71 - add label position option : Above or Below
    #68 - Fix mistake in README
    #63 - Send UIControlEventValueChanged
    ๐Ÿ‘ #60 - Adds accessibility support for incrementing/decrementing slider.
    #58 - Fixing minLabel does not reappear after re-enabling range.

  • v1.0.5 Changes

    November 27, 2016

    ๐Ÿš€ This release adds some new properties, and also the great UIAccessibility work done by @lpenaflor.

    Thanks for your contributions!

  • v1.0.4 Changes

    May 25, 2016

    ๐Ÿ†• New

    • โž• Added new hideLabels property to hide the labels on the slider. Previously the suggestion was to set the formatter override to [NSNull null]. This was bad. Especially for Swift. Now you should set hideLabels to true instead. The old method will work for now too though. (thanks Aaron Connolly!)
    • โž• Added custom handle image or custom handle colour - handleColor and handleImage properties (thanks fiantinangon and ClaudioTSM!)
    • โž• Added custom line colour for the slider line - sliderColorBetweenHandles (thanks fiantinangon and ClaudioTSM!)
    • โž• Added custom line height for the slider line - lineHeight (thanks ClaudioTSM!)
    • โž• Added custom handle diameter for the size of the slider handles - handleDiameter (thanks ClaudioTSM!)
    • โž• Added property to control how much the handle zooms by when it is selected by the user - electedHandleDiameterMultiplier (thanks ClaudioTSM!)
    • โž• Added new delegate method didEndTouchesInRangeSlider (thanks andreyvit!)
    • โž• Added new delegate method didStartTouchesInRangeSlider (thanks holgersindbaek!)
    • Made the delegate property an IBOutlet (thanks felipowsky!)
    • โž• Added minLabelFont and maxLabelFont properties to change the fonts of the labels (thanks codiophile!)

    ๐Ÿ›  Fixed Bugs

    • Do not try to prevent labels overlap when disableRange == YES - Without this fix, the maxLabel would not go all the way to the left due to the minLabel being accounted for even if hidden. (thanks JonathanTron!)
    • ๐Ÿ›  Fixed label spacing bug from #2 (thanks krychlinski for reporting and relevante for the fix!)
    • ๐Ÿ›  Fixes a problem where TTRangeSlider would not always inherit the tintColor of the parent view when using Interface Builder (see #25 for details - thanks guillaume-algis!). Related: tintColor is only respected if a custom handleColor has not been set (thanks felipowsky!)
  • v1.0.3 Changes

    August 07, 2015

    โž• Adds a few new properties like maxDistance and minDistance, fixes bug in delegate notification (see f17eccb)

  • v1.0.2 Changes

    April 01, 2015

    ๐Ÿ— The control now uses IBDesignable so you can see a live preview and set the various properties directly in Interface Builder

  • v1.0.1 Changes

    April 01, 2015

    ๐Ÿ›  Fixing a small bug with the default selected values possibly being out of range of the minimum and maximum if you changes the minimum and maximum, but not the default selected values.

  • v1.0.0

    March 31, 2015