Set the thumbImage and watch the slider-bar disappear?
- by Roberta
[sld1 setThumbImage:[UIImage imageNamed:@"Blue.png"] forState:UIControlStateHighlighted];
[sld1 setThumbImage:[UIImage imageNamed:@"Blue.png"] forState:UIControlStateNormal ];
Would that cause the slider-bar image to disappear? Mine are all gone. (The thumb-image displays just fine.)
Apple's docs make it sounds like I can use any ONE of…