A Boolean value that controls whether users can select more than one cell simultaneously in editing mode.
SDKs
- iOS 5.0+
- Mac Catalyst 13.0+
- tvOS 9.0+
Framework
- UIKit
Declaration
var allowsMultipleSelectionDuringEditing: Bool { get set }
Discussion
The default value of this property is false
. If you set it to true
, check marks appear next to selected rows in editing mode. In addition, UITable
does not query for editing styles when it goes into editing mode. If you access index
, you can get the index paths that identify the selected rows.