Package apple.uikit.enums
Class UICollectionLayoutListHeaderMode
- java.lang.Object
-
- apple.uikit.enums.UICollectionLayoutListHeaderMode
-
public final class UICollectionLayoutListHeaderMode extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longFirstItemInSectionUses supplementary views of kind UICollectionElementKindSectionHeader to show headersstatic longNonestatic longSupplementaryNo headers are shown
-
-
-
Field Detail
-
None
public static final long None
- See Also:
- Constant Field Values
-
Supplementary
public static final long Supplementary
No headers are shown- See Also:
- Constant Field Values
-
FirstItemInSection
public static final long FirstItemInSection
Uses supplementary views of kind UICollectionElementKindSectionHeader to show headers- See Also:
- Constant Field Values
-
-