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

# UITableView.SeparatorInsetReference.fromCellEdges

An inset value that’s relative to the edge of the cell.

## Declaration

```swift
case fromCellEdges
```

## Discussion

Discussion When this style is active, setting the left and right insets to 0.0 would result in a separator to extend from the entire distance between the left and right edges of the cell. Setting the insets to other values would inset the separator by the specified amount.

## See Also

### Constants

- [UITableView.SeparatorInsetReference.fromAutomaticInsets](uikit/uitableview/separatorinsetreference-swift.enum/fromautomaticinsets.md)
