Package apple.uikit.enums
Class UIPageViewControllerSpineLocation
- java.lang.Object
-
- apple.uikit.enums.UIPageViewControllerSpineLocation
-
public final class UIPageViewControllerSpineLocation extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longMaxRequires one view controller.static longMidRequires two view controllers.static longMinRequires one view controller.static longNoneReturned if 'spineLocation' is queried when 'transitionStyle' is not 'UIPageViewControllerTransitionStylePageCurl'.
-
-
-
Field Detail
-
None
public static final long None
Returned if 'spineLocation' is queried when 'transitionStyle' is not 'UIPageViewControllerTransitionStylePageCurl'.- See Also:
- Constant Field Values
-
Min
public static final long Min
Requires one view controller.- See Also:
- Constant Field Values
-
Mid
public static final long Mid
Requires two view controllers.- See Also:
- Constant Field Values
-
Max
public static final long Max
Requires one view controller.- See Also:
- Constant Field Values
-
-