UIKit.UIPageViewControllerDataSource Members

The members of UIKit.UIPageViewControllerDataSource are listed below.

See Also: Inherited members from Foundation.NSObject

Protected Constructors

Default constructor that initializes a new instance of this class with no parameters.
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

abstract
GetNextViewController(UIPageViewController, UIViewController) : UIViewController
The UIViewController after the specified referenceViewController.
GetPresentationCount(UIPageViewController) : nint
The number of items for the page indicator.
GetPresentationIndex(UIPageViewController) : nint
The index to indicate in the page indicator.
abstract
GetPreviousViewController(UIPageViewController, UIViewController) : UIViewController
The UIViewController before the specified referenceViewController.