warchimede / RangeSlider

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

Make the track linewidth independent of the frame #32

Open sujalfm opened 6 years ago

sujalfm commented 6 years ago

In order to change the track width, I am changing the frame height. I need to make the track width thin while still keeping the thumb size large. Can i do this by overriding some functions?