allowsSelectionDuringEditing
A Boolean value that determines whether users can select cells while the table view is in editing mode.
Declaration
var allowsSelectionDuringEditing: Bool { get set }Mentioned in
Discussion
If the value of this property is true, users can select rows during editing. The default value is false. If you want to restrict selection of cells regardless of mode, use allowsSelection.