UIPageViewControllerNavigationDirection 枚举

定义

指示翻页方向的 UIPageViewController 枚举。

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIPageViewControllerNavigationDirection
type UIPageViewControllerNavigationDirection = 
继承
UIPageViewControllerNavigationDirection
属性

字段

Forward 0

向前导航。

Reverse 1

向后导航。

适用于