The editing control used by a cell.
SDKs
- iOS 2.0+
- Mac Catalyst 13.0+
- tvOS 9.0+
Framework
- UIKit
Declaration
enum EditingStyle : Int
Overview
You use them to set the value of the editing
property.
The editing control used by a cell.
SDKs
Framework
enum EditingStyle : Int
You use them to set the value of the editing
property.
case none
The cell has no editing control. This is the default value.
case delete
The cell has the delete editing control; this control is a red circle enclosing a minus sign.
case insert
The cell has the insert editing control; this control is a green circle enclosing a plus sign.
var is Editing: Bool
A Boolean value that indicates whether the cell is in an editable state.
func set Editing(Bool, animated: Bool)
Toggles the receiver into and out of editing mode.
var editing Style: UITable View Cell .Editing Style
The editing style of the cell.
var showing Delete Confirmation: Bool
A Boolean value that indicates whether the cell is currently showing the delete-confirmation button.
var shows Reorder Control: Bool
A Boolean value that determines whether the cell shows the reordering control.