UIKit.UIPageViewControllerDelegate Members

The members of UIKit.UIPageViewControllerDelegate are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Methods

DidFinishAnimating(UIPageViewController, bool, UIViewController[], bool)
Indicates that animation has completed.
GetPreferredInterfaceOrientationForPresentation(UIPageViewController) : UIInterfaceOrientation
The preferred orientation of the UIPageViewController.
GetSpineLocation(UIPageViewController, UIInterfaceOrientation) : UIPageViewControllerSpineLocation
The location of the spine of the UIPageViewController.
SupportedInterfaceOrientations(UIPageViewController) : UIInterfaceOrientationMask
The supported interface orientations.
WillTransition(UIPageViewController, UIViewController[])
Indicates that a transition is about to begin.