<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "tvOS: 14.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIPageControl/indicatorImage(forPage:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UIPageControl(im)indicatorImageForPage:"
  },
  "title" : "indicatorImage(forPage:)"
}
-->

# indicatorImage(forPage:)

Returns the override image for the indicator of the specified page.

```
func indicatorImage(forPage page: Int) -> UIImage?
```

## Parameters

`page`

The index of the page. A value that’s greater than or equal to `0` and less than [`numberOfPages`](/documentation/UIKit/UIPageControl/numberOfPages).

## Return Value

The override image, or `nil` if you haven’t overidden the image for the specified page number.

---

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)