---
title: defersCurrentPageDisplay
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uipagecontrol/deferscurrentpagedisplay
---

# defersCurrentPageDisplay

A Boolean value that controls when the current page is displayed.

## Declaration

```swift
var defersCurrentPageDisplay: Bool { get set }
```

## Discussion

Discussion Set the value of this property to true so that, when the user taps the control to go to a new page, the class defers updating the page control until it calls updateCurrentPageDisplay(). Set the value to false (the default) to have the page control updated immediately.

## See Also

### Managing pages

- [currentPage](uikit/uipagecontrol/currentpage.md)
- [numberOfPages](uikit/uipagecontrol/numberofpages.md)
- [hidesForSinglePage](uikit/uipagecontrol/hidesforsinglepage.md)
- [updateCurrentPageDisplay()](uikit/uipagecontrol/updatecurrentpagedisplay().md)
