Contents

removeSelectionIndexes(_:)

Removes the object as the specified indexes from the receiver’s current selection.

Declaration

func removeSelectionIndexes(_ indexes: IndexSet) -> Bool

Return Value

true if the selection was changed.

Discussion

Attempting to change the selection may cause a commitEditing() message which fails, thus denying the selection change.

See Also

Managing selections