If you do not want to use transparent images, you can simply set the images of the tracks to empty UIImage objects:
[slider setMinimumTrackImage:[UIImage alloc] forState:UIControlStateNormal]; [slider setMaximumTrackImage:[UIImage alloc] forState:UIControlStateNormal];
Avario
source share