UIPageViewControllerNavigationDirection 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 direction of UIPageViewController page turns.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIPageViewControllerNavigationDirection
type UIPageViewControllerNavigationDirection =
- Inheritance
-
UIPageViewControllerNavigationDirection
- Attributes
Fields
Name | Value | Description |
---|---|---|
Forward | 0 | Navigation forward. |
Reverse | 1 | Navigation backward. |