public final class UINavigationItemBackButtonDisplayMode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Default
Default mode, uses an appropriate title, followed by a generic title (typically 'Back'), then no title.
|
static long |
Generic
Generic titles only.
|
static long |
Minimal
Don't use a title, just the back button indicator image.
|
public static final long Default
public static final long Generic
public static final long Minimal