共用方式為


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

沒有微調。

適用於