K17
K17

Reputation: 697

Setting the height of a slider

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

Answers (1)

Shamsudheen TK
Shamsudheen TK

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

Related Questions