次の方法で共有


UIPageViewControllerNavigationDirection 列挙型

定義

ページターンの UIPageViewController 方向を示す列挙体。

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

フィールド

Forward 0

ナビゲーションを進める。

Reverse 1

後方に移動します。

適用対象