public final class UINavigationItemLargeTitleDisplayMode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Always
Always use a larger title when this item is topmost.
|
static long |
Automatic
Automatically use the large out-of-line title based on the state of the previous item in the navigation bar.
|
static long |
Never
Never use a larger title when this item is topmost.
|
public static final long Automatic
public static final long Always
public static final long Never