<!--
{
  "availability" : [
    "iOS: 2.0.0 -",
    "iPadOS: 2.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UISlider/currentMinimumTrackImage",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UISlider(py)currentMinimumTrackImage"
  },
  "title" : "currentMinimumTrackImage"
}
-->

# currentMinimumTrackImage

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

```
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:)`](/documentation/UIKit/UISlider/minimumTrackImage(for:)) method.

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

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)