UIPageViewControllerSpineLocation 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
遷移が発生するスパインの位置を UIPageViewController 示す列挙。
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIPageViewControllerSpineLocation
type UIPageViewControllerSpineLocation =
- 継承
-
UIPageViewControllerSpineLocation
- 属性
フィールド
Max | 3 | 画面の右端または下端。 |
Mid | 2 | 画面の中央。 |
Min | 1 | 画面の左端または上端。 |
None | 0 | スパインなし。 |