UIPageViewControllerDelegate.GetSpineLocation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- orientation
- UIInterfaceOrientation
Returns
- Attributes