Like in UISlider
UISlider
let slider = UISlider() slider.minimumTrackTintColor = .red
.accentColor(.red)
This will work on iOS and Mac Catalyst. Check out customizable sliders example here