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.
The delegate object.
weak var delegate: (any UIPageViewControllerDelegate)? { get set }Methods of the delegate are called in response to gesture-based navigation and orientation changes.