Class UISplitViewControllerDisplayMode


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

      Fields 
      Modifier and Type Field Description
      static long AllVisible  
      static long Automatic  
      static long OneBesideSecondary
      Two tiled columns.
      static long OneOverSecondary
      Supplementary column overlaid on Secondary column for UISplitViewControllerStyleTripleColumn, Primary overlaid otherwise
      static long PrimaryHidden  
      static long PrimaryOverlay  
      static long SecondaryOnly  
      static long TwoBesideSecondary
      All three columns fully displayed side-by-side and interactive
      static long TwoDisplaceSecondary
      primary, supplementary and detail columns side-by-side, but the dimmed, noninteractive detail has been displaced toward and cropped on the trailing edge.
      static long TwoOverSecondary
      primary and supplementary columns side-by-side in overlay on top of partially visible detail column (detail column has dimming view).
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • OneBesideSecondary

        public static final long OneBesideSecondary
        Two tiled columns. Leading will be UISplitViewControllerColumnSupplementary for UISplitViewControllerStyleTripleColumn, Primary otherwise
        See Also:
        Constant Field Values
      • OneOverSecondary

        public static final long OneOverSecondary
        Supplementary column overlaid on Secondary column for UISplitViewControllerStyleTripleColumn, Primary overlaid otherwise
        See Also:
        Constant Field Values
      • TwoBesideSecondary

        public static final long TwoBesideSecondary
        All three columns fully displayed side-by-side and interactive
        See Also:
        Constant Field Values
      • TwoOverSecondary

        public static final long TwoOverSecondary
        primary and supplementary columns side-by-side in overlay on top of partially visible detail column (detail column has dimming view). For widths too narrow to see much of the detail when the primary and supplementary columns are tiled.
        See Also:
        Constant Field Values
      • TwoDisplaceSecondary

        public static final long TwoDisplaceSecondary
        primary, supplementary and detail columns side-by-side, but the dimmed, noninteractive detail has been displaced toward and cropped on the trailing edge. For wider widths than in TwoOverSecondary but still too narrow for TwoBesideSecondary
        See Also:
        Constant Field Values