isSelectable
A Boolean value indicating whether the cell’s text can be selected.
Declaration
var isSelectable: Bool { get set }Discussion
When the value of this property is true, the cell’s text is selectable. Setting the value of this property to false also sets the isEditable property to false. If the value of this cell is true, the value in the isEditable property is not affected.