Loup G
Loup G

Reputation: 189

How to remove the shadow around the thumb of UISlider

enter image description here

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

Answers (1)

janh
janh

Reputation: 242

Setting UISliders 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

Related Questions