Is that possible to add a label to the UISlider's thumb image?
问题 I want to add a label to the slider's thumb which should show the value of the slider and changes too when thumbs is being dragged towards right side. Is it possible?? Any comments or suggestion would be appreciated. 回答1: You could do something similar to this example which draws text directly to your thumb image. It's a rough example so you will need to change it to make sense for your project. - (IBAction)sliderValueChanged:(id)sender { UISlider *aSlider = (UISlider *)sender; NSString