I\'m trying to emulate Apple\'s \"Slide to Unlock\" feature in my application. I get to this point (image below), but as you can see the UISlider\'s \"track\" is visible and is
From Story Board:-
select clear color for Min Track and Max Track
Min Track
Max Track
In Swift:
slider.setMinimumTrackImage(UIImage(), forState: .Normal) slider.setMaximumTrackImage(UIImage(), forState: .Normal)