Share via


UIPageViewControllerDataSource.GetPresentationCount Method

Definition

The number of pages to be shown in the page indicator.

[Foundation.Export("presentationCountForPageViewController:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual IntPtr GetPresentationCount(UIKit.UIPageViewController pageViewController);
[<Foundation.Export("presentationCountForPageViewController:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetPresentationCount : UIKit.UIPageViewController -> nativeint
override this.GetPresentationCount : UIKit.UIPageViewController -> nativeint

Parameters

pageViewController
UIPageViewController

Returns

IntPtr

nativeint

Implements

Attributes

Applies to