---
title: UIView.TintAdjustmentMode.automatic
framework: uikit
role: symbol
role_heading: Case
path: uikit/uiview/tintadjustmentmode-swift.enum/automatic
---

# UIView.TintAdjustmentMode.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).

## Declaration

```swift
case automatic
```

## See Also

### Constants

- [UIView.TintAdjustmentMode.normal](uikit/uiview/tintadjustmentmode-swift.enum/normal.md)
- [UIView.TintAdjustmentMode.dimmed](uikit/uiview/tintadjustmentmode-swift.enum/dimmed.md)
