Class UINavigationItemBackButtonDisplayMode


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

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

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Default

        public static final long Default
        Default mode, uses an appropriate title, followed by a generic title (typically 'Back'), then no title.
        See Also:
        Constant Field Values
      • Generic

        public static final long Generic
        Generic titles only. Ignores .title and .backButtonTitle (but *not* .backBarButtonItem.title).
        See Also:
        Constant Field Values
      • Minimal

        public static final long Minimal
        Don't use a title, just the back button indicator image.
        See Also:
        Constant Field Values