---
title: showingDeleteConfirmation
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uitableviewcell/showingdeleteconfirmation
---

# showingDeleteConfirmation

A Boolean value that indicates whether the cell is currently showing the delete-confirmation button.

## Declaration

```swift
var showingDeleteConfirmation: Bool { get }
```

## Discussion

Discussion When users tap the deletion control (the red circle to the left of the cell), the cell displays a “Delete” button on the right side of the cell; this string is localized.

## See Also

### Editing the cell

- [isEditing](uikit/uitableviewcell/isediting.md)
- [setEditing(_:animated:)](uikit/uitableviewcell/setediting(_:animated:).md)
- [editingStyle](uikit/uitableviewcell/editingstyle-swift.property.md)
- [UITableViewCell.EditingStyle](uikit/uitableviewcell/editingstyle-swift.enum.md)
- [showsReorderControl](uikit/uitableviewcell/showsreordercontrol.md)
