Share via


UIPageViewControllerNavigationDirection Enum

Definition

An enumeration indicating the direction of UIPageViewController page turns.

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

Fields

Name Value Description
Forward 0

Navigation forward.

Reverse 1

Navigation backward.

Applies to