I have a UISlider
which I would like to customise. I would like to add the UISlider
value which is a Float
(I am converting to Int
) to the actual thumb image.
How would you go about doing this? I know how to grab the UISlider
value but I do not know how to set it to the thumb.
So as I slide, I want the thumb section to update with the current value.
The scale is from 1-10