Contents

currentMinimumTrackImage

The minimum track image currently being used to render the slider.

Declaration

var currentMinimumTrackImage: UIImage? { get }

Discussion

Sliders can have different track images for different control states. The active control state determines which minimum track image is stored in this property. To get the minimum track image for a different control state, use the minimumTrackImage(for:) method.

If no custom track images have been set using the setMinimumTrackImage(_:for:) method, this property contains the value nil. In that situation, the slider uses the default minimum track image for drawing.

See Also

Changing the slider’s appearance