Edytuj

Udostępnij za pośrednictwem


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

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