<!--
{
  "availability" : [
    "iOS: 7.0.0 -",
    "iPadOS: 7.0.0 -",
    "macCatalyst: 13.1.0 -",
    "tvOS: -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIView/tintColorDidChange()",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UIView(im)tintColorDidChange"
  },
  "title" : "tintColorDidChange()"
}
-->

# tintColorDidChange()

Called by the system when the tint color property changes.

```
func tintColorDidChange()
```

## Discussion

The system calls this method on a view when your code changes the value of the [`tintColor`](/documentation/UIKit/UIView/tintColor) property on that view. In addition, the system calls this method on a subview that inherits a changed interaction tint color.

In your implementation, refresh the view rendering as needed.

## See Also

[`tintColor`](/documentation/UIKit/UIView/tintColor)

The first nondefault tint color value in the view’s hierarchy, ascending from and starting with the view itself.



---

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)