---
title: color
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiactivityindicatorview/color
---

# color

The color of the activity indicator.

## Declaration

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

## Discussion

Discussion If you set a color for an activity indicator, it overrides the color provided by the style property.

## See Also

### Configuring the activity indicator appearance

- [style](uikit/uiactivityindicatorview/style-swift.property.md)
