<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: -",
    "tvOS: 17.0.0 -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIContentUnavailableConfiguration-swift.struct/ImageProperties-swift.struct/tintColor",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "s:5UIKit33UIContentUnavailableConfigurationV15ImagePropertiesV9tintColorSo7UIColorCSgvp"
  },
  "title" : "tintColor"
}
-->

# tintColor

The tint color applied to the image view.

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

## Discussion

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

---

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)