Reputation: 189
I'd like to remove the shadow on the thumb of the slider without having to replace the image of the thumb entirely. Is there a way to do this?
Upvotes: 2
Views: 1816
Reputation: 242
Setting UISlider
s thumbTintColor
does the trick.
[edit] It seems to have shadow color the same as is the tint one and there seems to be no border..
Upvotes: 1