---
title: tintColor
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uicontentunavailableconfiguration-swift.struct/imageproperties-swift.struct/tintcolor
---

# tintColor

The tint color applied to the image view.

## Declaration

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

## Discussion

Discussion Setting the value to nil makes the image view use its inherited tint color.
