UIPageViewControllerSpineLocation Enum
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.
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. |