---
title: "pageControlTimerProgress(_:shouldAdvanceToPage:)"
framework: uikit
role: symbol
role_heading: Instance Method
path: "uikit/uipagecontroltimerprogressdelegate/pagecontroltimerprogress(_:shouldadvancetopage:)"
---

# 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.

## Declaration

```swift
optional func pageControlTimerProgress(_ progress: UIPageControlTimerProgress, shouldAdvanceToPage page: Int) -> Bool
```
