TomThorpe / TTRangeSlider

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

Slider gets laggy on large numbers #37

Closed edopelawi closed 8 years ago

edopelawi commented 8 years ago

I tried to use the slider with 1,000 as min value and 5,000 as max value, and the sliding process is so laggy 😐 is the valid max range only 0 to 100?

Thanks in advance! 😄

edopelawi commented 8 years ago

Whoops, turns out it was my fault 😐 I reassigned the slider's selectedMinimum and selectedMaximum each time it was changed... false alarm! Apologies for the inconvenience 😞