---
title: UITableView.SeparatorInsetReference.fromAutomaticInsets
framework: uikit
role: symbol
role_heading: Case
path: uikit/uitableview/separatorinsetreference-swift.enum/fromautomaticinsets
---

# UITableView.SeparatorInsetReference.fromAutomaticInsets

An inset value that indicates the starting position is based on the default separator insets.

## Declaration

```swift
case fromAutomaticInsets
```

## Discussion

Discussion 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.

## See Also

### Constants

- [UITableView.SeparatorInsetReference.fromCellEdges](uikit/uitableview/separatorinsetreference-swift.enum/fromcelledges.md)
