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

Added the ability to have different colors on left/right handles #77

Closed alejandroivan closed 1 year ago

alejandroivan commented 6 years ago

Added leftHandleColor and rightHandleColor to draw handles with different colors. When leftHandleColor or rightHandleColor is set to nil, it will default to self.handleColor.

It hasn't been done to colors like borders and stuff, but probably should.