I have a class that extends UISlider (my custom slider) and i want to change the slider in MPVolumeView (MPVolumeSlider) with my custom slider. I can customize the slider in MPVolumeView but i can't change the track rect bounds. I have a custom slider because i'm overriding the trackRectForBounds method.
How can i assign my custom slider to the MPVolumeView or how can i change the track rect bounds without overriding it.
Thanks in advance.