---
title: tintColor
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uinavigationbar/tintcolor
---

# tintColor

The tint color to apply to the navigation items and bar button items.

## Declaration

```swift
var tintColor: UIColor! { get set }
```

## Discussion

Discussion All subclasses of UIView derive their behavior for tintColor from the base class. See the discussion of tintColor at the UIView level for more information.
