---
title: tintColorDidChange()
framework: uikit
role: symbol
role_heading: Instance Method
path: uikit/uiview/tintcolordidchange()
---

# tintColorDidChange()

Called by the system when the tint color property changes.

## Declaration

```swift
func tintColorDidChange()
```

## Discussion

Discussion The system calls this method on a view when your code changes the value of the 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

### Related Documentation

- [tintColor](uikit/uiview/tintcolor.md)

### Drawing and updating the view

- [draw(_:)](uikit/uiview/draw(_:).md)
- [setNeedsDisplay()](uikit/uiview/setneedsdisplay().md)
- [setNeedsDisplay(_:)](uikit/uiview/setneedsdisplay(_:).md)
- [contentScaleFactor](uikit/uiview/contentscalefactor.md)
