public final class UICollectionLayoutListHeaderMode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
FirstItemInSection
Styles the first item in a section as a header.
|
static long |
None
No headers are shown
|
static long |
Supplementary
Uses supplementary views of kind UICollectionElementKindSectionHeader to show headers
|
public static final long None
public static final long Supplementary
public static final long FirstItemInSection