Package apple.uikit.enums
Class UISplitViewControllerColumn
- java.lang.Object
-
- apple.uikit.enums.UISplitViewControllerColumn
-
public final class UISplitViewControllerColumn extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longCompactIf a vc is set for this column, it will be used when the UISVC is collapsed, instead of stacking the vc’s for the Primary, Supplementary, and Secondary columnsstatic longPrimarystatic longSecondarystatic longSupplementaryValid for UISplitViewControllerStyleTripleColumn only
-
-
-
Field Detail
-
Primary
public static final long Primary
- See Also:
- Constant Field Values
-
Supplementary
public static final long Supplementary
Valid for UISplitViewControllerStyleTripleColumn only- See Also:
- Constant Field Values
-
Secondary
public static final long Secondary
- See Also:
- Constant Field Values
-
Compact
public static final long Compact
If a vc is set for this column, it will be used when the UISVC is collapsed, instead of stacking the vc’s for the Primary, Supplementary, and Secondary columns- See Also:
- Constant Field Values
-
-