TomThorpe / TTRangeSlider

A slider, similar in style to UISlider, but which allows you to pick a minimum and maximum range.
MIT License
968 stars 204 forks source link

Option to switch the handle type (Round/rectangle) #103

Closed rameezhandel closed 4 years ago

rameezhandel commented 4 years ago

User can choose the shape of slider handle(Round or Rectangle). If Rectangle then the property "handleSize" is used to set the size of rectangle. by default the rectangle size will be equal to the the size of diameter.

TomThorpe commented 4 years ago

This looks great- thanks very much!