<!--
{
  "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.enum",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UIViewTintAdjustmentMode"
  },
  "title" : "UIView.TintAdjustmentMode"
}
-->

# UIView.TintAdjustmentMode

The tint adjustment mode for the view.

```
enum TintAdjustmentMode
```

## Topics

### Constants

[`UIView.TintAdjustmentMode.automatic`](/documentation/UIKit/UIView/TintAdjustmentMode-swift.enum/automatic)

The tint adjustment mode of the view is the same as its superview’s tint adjustment mode (or `UIViewTintAdjustmentModeNormal` if the view has no superview).

[`UIView.TintAdjustmentMode.normal`](/documentation/UIKit/UIView/TintAdjustmentMode-swift.enum/normal)

The view’s tint color property returns the completely unmodified tint color of the view.

[`UIView.TintAdjustmentMode.dimmed`](/documentation/UIKit/UIView/TintAdjustmentMode-swift.enum/dimmed)

The view’s tint color property returns a desaturated, dimmed version of the view’s original 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)