Contents

defersCurrentPageDisplay

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

Declaration

var defersCurrentPageDisplay: Bool { get set }

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