Class UITableViewSeparatorInsetReference


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

      Fields 
      Modifier and Type Field Description
      static long AutomaticInsets
      The value set to the separatorInset property is interpreted as an offset from the automatic separator insets.
      static long CellEdges
      The value set to the separatorInset property is interpreted as an offset from the edges of the cell.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • CellEdges

        public static final long CellEdges
        The value set to the separatorInset property is interpreted as an offset from the edges of the cell.
        See Also:
        Constant Field Values
      • AutomaticInsets

        public static final long AutomaticInsets
        The value set to the separatorInset property is interpreted as an offset from the automatic separator insets.
        See Also:
        Constant Field Values