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

没有脊椎

适用于