Class UISplitViewControllerColumn


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

      Fields 
      Modifier and Type Field Description
      static long Compact
      If a vc is set for this column, it will be used when the UISVC is collapsed, instead of stacking the vc’s for the Primary, Supplementary, and Secondary columns
      static long Primary  
      static long Secondary  
      static long Supplementary
      Valid for UISplitViewControllerStyleTripleColumn only
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Supplementary

        public static final long Supplementary
        Valid for UISplitViewControllerStyleTripleColumn only
        See Also:
        Constant Field Values
      • Compact

        public static final long Compact
        If a vc is set for this column, it will be used when the UISVC is collapsed, instead of stacking the vc’s for the Primary, Supplementary, and Secondary columns
        See Also:
        Constant Field Values