Package apple.uikit.enums
Class UITableViewSeparatorInsetReference
- java.lang.Object
-
- apple.uikit.enums.UITableViewSeparatorInsetReference
-
public final class UITableViewSeparatorInsetReference extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longAutomaticInsetsThe value set to the separatorInset property is interpreted as an offset from the automatic separator insets.static longCellEdgesThe value set to the separatorInset property is interpreted as an offset from the edges of the cell.
-
-
-
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
-
-