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

# UIView.TintAdjustmentMode.normal

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

## Declaration

```swift
case normal
```

## See Also

### Constants

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