I realize you can do this in code like:
UIImage *thumbImageNormal = [UIImage imageNamed:@"SliderThumb-Normal"];
[self.slider setThumbImage:thumbImageNormal forState:UIControlStateNormal];
But is there not a way to set in the storyboard? I see the settings for Min and max (image below) but not for the thumb? Am I just missing something obvious here?
The answer would be NO.
"I see the settings for Min and max (image below) but not for the thumb?"
The images you set for Min & max would be supplementary images for your slider. They will appear in left/right of your slider. If you want to customize trackBar, you would change Min & Max tint. Same you can do for Thumb too. You can change tint for all three in IB, but to change thumb image, either write the same code you listed above, or hope that it would be included in next update of XCode & wait till then .. :P
MeanWhile, have a look at this
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With