Contents

delegate

The delegate object.

Declaration

weak var delegate: (any UIPageViewControllerDelegate)? { get set }

Discussion

Methods of the delegate are called in response to gesture-based navigation and orientation changes.

See Also

Customizing the Page View Behavior