<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "tvOS: 11.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UITableView/SeparatorInsetReference-swift.enum",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UITableViewSeparatorInsetReference"
  },
  "title" : "UITableView.SeparatorInsetReference"
}
-->

# UITableView.SeparatorInsetReference

Constants that indicate how to interpret the separator inset value of a table view.

```
enum SeparatorInsetReference
```

## Topics

### Constants

[`case fromCellEdges`](/documentation/UIKit/UITableView/SeparatorInsetReference-swift.enum/fromCellEdges)

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

[`case fromAutomaticInsets`](/documentation/UIKit/UITableView/SeparatorInsetReference-swift.enum/fromAutomaticInsets)

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

### Initializers

[`init?(rawValue: Int)`](/documentation/UIKit/UITableView/SeparatorInsetReference-swift.enum/init(rawValue:))

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)