Contents

separatorInsetReference

An indicator of how to interpret the separator inset value.

Declaration

var separatorInsetReference: UITableView.SeparatorInsetReference { get set }

Discussion

Use the value of this property to determine how the value in the separatorInset property is interpreted for cells. The default value of this property is UITableView.SeparatorInsetReference.fromCellEdges.

See Also

Customizing the separator appearance