UITableView.SeparatorInsetReference.fromAutomaticInsets
An inset value that indicates the starting position is based on the default separator insets.
Declaration
case fromAutomaticInsetsDiscussion
When using this style, the values in the separatorInset property are interpreted as offsets from the default insets provided by the table view. The table view normally uses its layout margins as the default cell inset value. However, these insets may be modified by other factors, such as the when the cellLayoutMarginsFollowReadableWidth property is set to true.