Share via


UIPageViewControllerDelegate.GetSpineLocation Method

Definition

The location of the spine of the UIPageViewController.

[Foundation.Export("pageViewController:spineLocationForInterfaceOrientation:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIPageViewControllerSpineLocation GetSpineLocation(UIKit.UIPageViewController pageViewController, UIKit.UIInterfaceOrientation orientation);
[<Foundation.Export("pageViewController:spineLocationForInterfaceOrientation:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetSpineLocation : UIKit.UIPageViewController * UIKit.UIInterfaceOrientation -> UIKit.UIPageViewControllerSpineLocation
override this.GetSpineLocation : UIKit.UIPageViewController * UIKit.UIInterfaceOrientation -> UIKit.UIPageViewControllerSpineLocation

Parameters

pageViewController
UIPageViewController

Returns

Implements

Attributes

Applies to