---
title: "setTintColor(_:)"
framework: watchkit
role: symbol
role_heading: Instance Method
path: "watchkit/wkinterfacevolumecontrol/settintcolor(_:)"
---

# setTintColor(_:)

Sets the volume control’s tint color.

## Declaration

```swift
func setTintColor(_ tintColor: UIColor?)
```

## Parameters

- `tintColor`: The tint color for the volume control. If nil, the system uses the app’s tint color.

## Discussion

Discussion The system only applies the tint color to the control’s default state (when the crown is not being used to adjust the volume).
