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

# tintColor

The tint color to apply to the bar button items.

## Declaration

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

## Discussion

Discussion In iOS 7 and later, 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.
