I am wanting to add markers for certain points along a UISlider. It will have the appearance of knots on the slider track. When the user clicks on a knot, the slider value is set to that value and the thumb goes to that point.
I have currently added image buttons over the slider, but because of z position the thumb travels under the knots instead of on top. The knots should be over the track but under the thumb.
Does anyone know the best way to achieve this effect?