isEditable
A Boolean value indicating whether the cell is editable.
Declaration
var isEditable: Bool { get set }Discussion
When the value of this property is true, the cell is editable. When the value is true, the text of the cell is also made selectable. When you change the value of the property to false, the isSelectable property is restored to the value it had before the cell was made editable.