yonat / MultiSlider

UISlider clone with multiple thumbs and values, range highlight, optional snap intervals, optional value labels, either vertical or horizontal.
MIT License
494 stars 113 forks source link

Request to access current dragging index during value changes. #34

Closed jackylcs86 closed 5 years ago

jackylcs86 commented 5 years ago

Description: Can we get the current dragging index so that we know which slider is user trying to slider / value changes?

Problems I encountered when trying to implement this myself: The multiple slider.value is returning array of values which I'm not sure how to get the last changing value.

yonat commented 5 years ago

You can now access draggedThumbIndex.