editingStyle
The editing style of the cell.
Declaration
var editingStyle: UITableViewCell.EditingStyle { get }Discussion
One of the constants described in UITableViewCell.EditingStyle is used as the value of this property; it specifies whether the cell is in an editable state and, if it is, whether it shows an insertion or deletion control. The default value is UITableViewCell.EditingStyle.none (not editable). The delegate returns the value of this property for a particular cell in its implementation of the tableView(_:editingStyleForRowAt:) method.