UIPageViewControllerNavigationOrientation Enum

Definition

An enumeration indicating the orientation of UIPageViewController page turns.

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

Fields

Horizontal 0

Horizontal orientation.

Vertical 1

Vertical orientation.

Applies to