次の方法で共有


UIPageViewControllerSpineLocation 列挙型

定義

遷移が発生するスパインの位置を UIPageViewController 示す列挙。

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

フィールド

Max 3

画面の右端または下端。

Mid 2

画面の中央。

Min 1

画面の左端または上端。

None 0

スパインなし。

適用対象