UIPageViewControllerDelegate.GetSpineLocation Method

Definition

The location of the spine of the UIPageViewController.

[Foundation.Export("pageViewController:spineLocationForInterfaceOrientation:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIPageViewControllerSpineLocation GetSpineLocation (UIKit.UIPageViewController pageViewController, UIKit.UIInterfaceOrientation orientation);
abstract member GetSpineLocation : UIKit.UIPageViewController * UIKit.UIInterfaceOrientation -> UIKit.UIPageViewControllerSpineLocation
override this.GetSpineLocation : UIKit.UIPageViewController * UIKit.UIInterfaceOrientation -> UIKit.UIPageViewControllerSpineLocation

Parameters

pageViewController
UIPageViewController

Returns

Attributes

Applies to