---
title: currentPageIndicatorTintColor
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uipagecontrol/currentpageindicatortintcolor
---

# currentPageIndicatorTintColor

The tint color to apply to the current page indicator.

## Declaration

```swift
var currentPageIndicatorTintColor: UIColor? { get set }
```

## Discussion

Discussion The default color is an opaque white for the current page indicator dot. The current page indicator dot is used to indicate the currently visible page. Assigning a new value to this property does not automatically change the color in the pageIndicatorTintColor property because the value for these two properties is not automatically derived from the other. Both properties must be specified independently.

## See Also

### Coloring the page indicator

- [pageIndicatorTintColor](uikit/uipagecontrol/pageindicatortintcolor.md)
