Class UINavigationItemLargeTitleDisplayMode


  • public final class UINavigationItemLargeTitleDisplayMode
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field 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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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