---
title: tintColor
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiimageview/tintcolor
---

# tintColor

A color used to tint template images in the view hierarchy.

## Declaration

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

## Discussion

Discussion The default is nil. If a non-nil value is specified, the color is applied to any template images attached to the image view. For more information, see the renderingMode property on the UIImage class.

## See Also

### Configuring the image view

- [isUserInteractionEnabled](uikit/uiimageview/isuserinteractionenabled.md)
- [isHighlighted](uikit/uiimageview/ishighlighted.md)
