<!--
{
  "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/tintAdjustmentMode-swift.property",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UIView(py)tintAdjustmentMode"
  },
  "title" : "tintAdjustmentMode"
}
-->

# tintAdjustmentMode

The first non-default tint adjustment mode value in the view’s hierarchy, ascending from and starting with the view itself.

```
var tintAdjustmentMode: UIView.TintAdjustmentMode { get set }
```

## Discussion

When this property’s value is [`UIView.TintAdjustmentMode.dimmed`](/documentation/UIKit/UIView/TintAdjustmentMode-swift.enum/dimmed), the value of the [`tintColor`](/documentation/UIKit/UIView/tintColor) property is modified to provide a dimmed appearance.

If the system cannot find a non-default value in the subview hierarchy when you query this property, the value is [`UIView.TintAdjustmentMode.normal`](/documentation/UIKit/UIView/TintAdjustmentMode-swift.enum/normal).

When this property’s value changes (either by the view’s value changing or by one of its superview’s values changing), the system calls the [`tintColorDidChange()`](/documentation/UIKit/UIView/tintColorDidChange()) method to allow the view to refresh its rendering.

---

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)