I need to make a custom thumb for my volume slider, which I need it to be a MPVolumeView. Is there any way I can change it?

link|improve this question

69% accept rate
feedback

1 Answer

up vote 0 down vote accepted

You can't. You can only customize UISLider:

[slider setThumbImage:[UIImage imageNamed:@"sliderThumb.png"] forState:UIControlStateNormal];
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.