Package apple.uikit.enums
Class UINavigationItemLargeTitleDisplayMode
- java.lang.Object
-
- apple.uikit.enums.UINavigationItemLargeTitleDisplayMode
-
public final class UINavigationItemLargeTitleDisplayMode extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longAlwaysAlways use a larger title when this item is topmost.static longAutomaticAutomatically use the large out-of-line title based on the state of the previous item in the navigation bar.static longNeverNever use a larger title when this item is topmost.
-
-
-
Field Detail
-
Automatic
public static final long Automatic
Automatically use the large out-of-line title based on the state of the previous item in the navigation bar. An item with largeTitleDisplayMode=Automatic will show or hide the large title based on the request of the previous navigation item. If the first item pushed is set to Automatic, then it will show the large title if the navigation bar has prefersLargeTitles=YES.- See Also:
- Constant Field Values
-
Always
public static final long Always
Always use a larger title when this item is topmost.- See Also:
- Constant Field Values
-
Never
public static final long Never
Never use a larger title when this item is topmost.- See Also:
- Constant Field Values
-
-