<!--
{
  "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/UIPageControlTimerProgressDelegate",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(pl)UIPageControlTimerProgressDelegate"
  },
  "title" : "UIPageControlTimerProgressDelegate"
}
-->

# UIPageControlTimerProgressDelegate

```
protocol UIPageControlTimerProgressDelegate : UIPageControlProgressDelegate
```

## Topics

### Instance Methods

[`func pageControlTimerProgress(UIPageControlTimerProgress, shouldAdvanceToPage: Int) -> Bool`](/documentation/UIKit/UIPageControlTimerProgressDelegate/pageControlTimerProgress(_:shouldAdvanceToPage:))

Determines if the time interval progress should advance to the next page upon progress completion of
the current page’s duration. Default is YES.

[`func pageControlTimerProgressDidChange(UIPageControlTimerProgress)`](/documentation/UIKit/UIPageControlTimerProgressDelegate/pageControlTimerProgressDidChange(_:))

Called when the progress has changed from the time interval progress.

## Relationships

### Inherits From

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

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

---

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)