public final class UICellAccessoryDisplayedState
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Always
The accessory is always displayed.
|
static long |
WhenEditing
The accessory is displayed only when the cell is editing.
|
static long |
WhenNotEditing
The accessory is displayed only when the cell is not editing.
|
public static final long Always
public static final long WhenEditing
public static final long WhenNotEditing