---
title: UITableViewCell.SeparatorStyle.singleLineEtched
framework: uikit
role: symbol
role_heading: Case
path: uikit/uitableviewcell/separatorstyle/singlelineetched
---

# UITableViewCell.SeparatorStyle.singleLineEtched

The separator cell has double lines running across its width, giving it an etched look.

## Declaration

```swift
case singleLineEtched
```

## Discussion

Discussion This style is currently only supported for grouped-style table views.

## See Also

### Constants

- [UITableViewCell.SeparatorStyle.none](uikit/uitableviewcell/separatorstyle/none.md)
- [UITableViewCell.SeparatorStyle.singleLine](uikit/uitableviewcell/separatorstyle/singleline.md)
