warchimede / RangeSlider

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

RangeSlider thumb layer too small for my app users #26

Open mding5692 opened 7 years ago

mding5692 commented 7 years ago

Hi there, I'm using this RangeSlider in my app but my users are complaining that the thumbs are too small and thus cant be used, is there a way to make that layer bigger, I'm right now customizing a bit in the code and not sure if theres any other alternatives

mding5692 commented 7 years ago

Used this for now: https://stackoverflow.com/questions/37609190/increase-touch-target-size-of-uislider-with-swift

if anyone else has similar issue^