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

# UITableViewCell.EditingStyle

The editing control used by a cell.

```
enum EditingStyle
```

## Overview

Use these constants with the [`editingStyle`](/documentation/UIKit/UITableViewCell/editingStyle-swift.property) property.

## Topics

### Constants

[`UITableViewCellEditingStyleNone`](/documentation/UIKit/UITableViewCell/EditingStyle-swift.enum/none)

The cell has no editing control.

[`UITableViewCellEditingStyleDelete`](/documentation/UIKit/UITableViewCell/EditingStyle-swift.enum/delete)

The cell has the delete editing control; this control is a red circle enclosing a minus sign.

[`UITableViewCellEditingStyleInsert`](/documentation/UIKit/UITableViewCell/EditingStyle-swift.enum/insert)

The cell has the insert editing control; this control is a green circle enclosing a plus sign.

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)