I want to set the thumb image of a slider for a normal state, but still use the default track images.
So i do this:
[theSlider setThumbImage:[UIImage imageNamed:@"my_thumb.png"]
forState: UIControlStateNormal];
and I get my image appear as thumb, but then default track images disappear.
Can't you just customize the thumb image and leave the track images default?