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

Different image for each thumb #43

Closed b7anka closed 4 years ago

b7anka commented 4 years ago

Hello, firstly let me thank you guys for this awesome range slider component, and then let me ask you guys if you could make a feature that allows to give each thumb it's own image.

Thank you in advance

yonat commented 4 years ago

Try this:

multiSlider.thumbViews[0].image = someImage
multiSlider.thumbViews[1].image = anotherImage
b7anka commented 4 years ago

Try this:

multiSlider.thumbViews[0].image = someImage
multiSlider.thumbViews[1].image = anotherImage

thank you very much it works flawlessly!