removeSelectionIndexPaths(_:)
Removes the objects at the specified index paths from the tree controller’s current selection.
Declaration
func removeSelectionIndexPaths(_ indexPaths: [IndexPath]) -> BoolReturn 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.