---
title: trackTintColor
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiprogressview/tracktintcolor
---

# trackTintColor

The color shown for the portion of the progress bar that isn’t filled.

## Declaration

```swift
var trackTintColor: UIColor? { get set }
```

## Discussion

Discussion If you set trackTintColor to nil, the track uses the tint of its parent.

## See Also

### Configuring the progress bar

- [progressViewStyle](uikit/uiprogressview/progressviewstyle.md)
- [progressTintColor](uikit/uiprogressview/progresstintcolor.md)
- [progressImage](uikit/uiprogressview/progressimage.md)
- [trackImage](uikit/uiprogressview/trackimage.md)
