UIPageViewControllerNavigationDirection 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ページターンの UIPageViewController 方向を示す列挙体。
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIPageViewControllerNavigationDirection
type UIPageViewControllerNavigationDirection =
- 継承
-
UIPageViewControllerNavigationDirection
- 属性
フィールド
Forward | 0 | ナビゲーションを進める。 |
Reverse | 1 | 後方に移動します。 |