Search code examples
iphoneiphone-sdk-3.0ios4

How can I hide the UISlider track?


I've created a slider track that is draw on the actual background of my app and I've also drawn the UISlider thumb image. I know how to set the thumb image for the slider. But how do I hide the UISlider track?


Solution

  • Use a 1px transparent image for the min and max track images. I answered this very same question yesterday.