UIKit.UIPageViewControllerDataSource: Method Members

The methods of UIKit.UIPageViewControllerDataSource are listed below. For a list of all members, see the UIPageViewControllerDataSource Members list.

See Also: Inherited members from Foundation.NSObject

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.