---
title: tintColor
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uicellaccessory-swift.struct/labeloptions/tintcolor
---

# tintColor

The tint color to apply to the accessory.

## Declaration

```swift
var tintColor: UIColor?
```

## Discussion

Discussion The default value of this property is nil, which means that the accessory uses the system default tint color.

## See Also

### Accessing configuration options

- [isHidden](uikit/uicellaccessory-swift.struct/labeloptions/ishidden.md)
- [reservedLayoutWidth](uikit/uicellaccessory-swift.struct/labeloptions/reservedlayoutwidth.md)
- [font](uikit/uicellaccessory-swift.struct/labeloptions/font.md)
- [adjustsFontForContentSizeCategory](uikit/uicellaccessory-swift.struct/labeloptions/adjustsfontforcontentsizecategory.md)
