次の方法で共有


UIPageViewControllerTransitionStyle 列挙型

定義

の遷移スタイル UIPageViewControllerを示す列挙体。

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

フィールド

PageCurl 0

ページがカールアップする画面切り替え。

Scroll 1

ページがスクロールする画面切り替え。

適用対象