<!--
{
  "availability" : [
    "iOS: 6.0.0 -",
    "iPadOS: 6.0.0 -",
    "macCatalyst: 13.1.0 -",
    "tvOS: -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIPageControl/currentPageIndicatorTintColor",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UIPageControl(py)currentPageIndicatorTintColor"
  },
  "title" : "currentPageIndicatorTintColor"
}
-->

# currentPageIndicatorTintColor

The tint color to apply to the current page indicator.

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

## 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`](/documentation/UIKit/UIPageControl/pageIndicatorTintColor) property because the value for these two properties is not automatically derived from the other. Both properties must be specified independently.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)