<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UITableViewCell/SeparatorStyle",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UITableViewCellSeparatorStyle"
  },
  "title" : "UITableViewCell.SeparatorStyle"
}
-->

# UITableViewCell.SeparatorStyle

The style for cells to use as separators.

```
enum SeparatorStyle
```

## Overview

You use these constants to set the value of the [`separatorStyle`](/documentation/UIKit/UITableView/separatorStyle) property defined by [`UITableView`](/documentation/UIKit/UITableView).

## Topics

### Constants

[`UITableViewCellSeparatorStyleNone`](/documentation/UIKit/UITableViewCell/SeparatorStyle/none)

The separator cell has no distinct style.

[`UITableViewCellSeparatorStyleSingleLine`](/documentation/UIKit/UITableViewCell/SeparatorStyle/singleLine)

The separator cell has a single line running across its width.

[`UITableViewCellSeparatorStyleSingleLineEtched`](/documentation/UIKit/UITableViewCell/SeparatorStyle/singleLineEtched)

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

## Relationships

### Conforms To

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Equatable`](/documentation/Swift/Equatable)

[`Hashable`](/documentation/Swift/Hashable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Sendable`](/documentation/Swift/Sendable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)