warchimede / RangeSlider

A simple range slider made in Swift
MIT License
366 stars 78 forks source link

Enables sliders with inverted ranges (ie, 100->0 instead of 0->100) #12

Open Sundin opened 8 years ago

Sundin commented 8 years ago

Also removed the checks when setting a new minimum or maximum value, as these would cause an error if you set the values in the wrong order.