<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: 17.0.0 -",
    "tvOS: 17.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIPageControlProgress",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UIPageControlProgress"
  },
  "title" : "UIPageControlProgress"
}
-->

# UIPageControlProgress

```
class UIPageControlProgress
```

## Topics

### Instance Properties

[`var currentProgress: Float`](/documentation/UIKit/UIPageControlProgress/currentProgress)

The current progress value of the active page control indicator, between 0 and 1.
Values outside of [0…1] will be clamped.

[`var delegate: (any UIPageControlProgressDelegate)?`](/documentation/UIKit/UIPageControlProgress/delegate)

An object that defines the delegate of the page control progress.

[`var isProgressVisible: Bool`](/documentation/UIKit/UIPageControlProgress/isProgressVisible)

Returns `YES` if the progress indicator is visible. The progress indicator is hidden when
the user is actively interacting with the `UIPageControl`.

## Relationships

### Conforms To

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`Equatable`](/documentation/Swift/Equatable)

[`CVarArg`](/documentation/Swift/CVarArg)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`Hashable`](/documentation/Swift/Hashable)

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

### Inherits From

[`NSObject-swift.class`](/documentation/ObjectiveC/NSObject-swift.class)

### Inherited By

[`UIPageControlTimerProgress`](/documentation/UIKit/UIPageControlTimerProgress)

---

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)