Share via


UIPageViewControllerSpineLocation Enum

Definition

An enumeration indicating the location of the spine around which the UIPageViewController transitions occur.

[ObjCRuntime.Native]
public enum UIPageViewControllerSpineLocation
[<ObjCRuntime.Native>]
type UIPageViewControllerSpineLocation = 
Inheritance
UIPageViewControllerSpineLocation
Attributes

Fields

Name Value Description
None 0

No spine.

Min 1

The left or top edge of the screen.

Mid 2

The middle of the screen.

Max 3

At the right or bottom edge of the screen.

Applies to