public final class UICellAccessoryOutlineDisclosureStyle
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Automatic
The style will be automatically determined based on whether the cell is configured to be a section header or not.
|
static long |
Cell
A style appropriate for a cell which can be selected itself and also has nested children, where only taps on the
outline disclosure will toggle the expansion state of the item; taps on the cell will select the item as normal.
|
static long |
Header
A style appropriate for a section header, where a tap anywhere in the header will toggle the expansion state
of the item (the cell cannot be selected).
|
public static final long Automatic
public static final long Header
public static final long Cell