---
title: tintColor
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uicellaccessory-swift.struct/reorderoptions/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/reorderoptions/ishidden.md)
- [reservedLayoutWidth](uikit/uicellaccessory-swift.struct/reorderoptions/reservedlayoutwidth.md)
- [showsVerticalSeparator](uikit/uicellaccessory-swift.struct/reorderoptions/showsverticalseparator.md)
