UIPageViewControllerDataSource.GetPresentationCount Method

Definition

The number of items for the page indicator.

[Foundation.Export("presentationCountForPageViewController:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual nint GetPresentationCount (UIKit.UIPageViewController pageViewController);
abstract member GetPresentationCount : UIKit.UIPageViewController -> nint
override this.GetPresentationCount : UIKit.UIPageViewController -> nint

Parameters

pageViewController
UIPageViewController

Returns

System.System.IntPtr System.nativeint
Attributes

Applies to