UIPageViewControllerSpineLocation Enum

Definition

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

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIPageViewControllerSpineLocation
type UIPageViewControllerSpineLocation = 
Inheritance
UIPageViewControllerSpineLocation
Attributes

Fields

Max 3

At the right or bottom edge of the screen.

Mid 2

The middle of the screen.

Min 1

The left or top edge of the screen.

None 0

No spine.

Applies to