allowsMultipleSelection
A Boolean value that determines whether users can select more than one item in the collection view.
Declaration
var allowsMultipleSelection: Bool { get set }Mentioned in
Discussion
This property controls whether multiple items can be selected simultaneously. The default value of this property is false.
When the value of this property is true, tapping a cell adds it to the current selection (assuming the delegate permits the cell to be selected). Tapping the cell again removes it from the selection.