Reputation: 697
in Xcode, using the Attributes inspector, and working with a slider in the XIB file design tool, is it possible to set the height of the slider? If it can be done, I can't seem to find it.
Upvotes: 0
Views: 62
Reputation: 31311
No way to do it using the Attributes inspector. However you can programically customize the UISlider
.
Here are the details: Develope.Apple: Changing the Slider’s Appearance
Upvotes: 1