addSelectionIndexPaths(_:)
Adds the objects at the specified indexPaths in the tree controller’s content to the current selection.
Declaration
func addSelectionIndexPaths(_ indexPaths: [IndexPath]) -> BoolDiscussion
Attempting to change the selection may cause a commitEditing message which fails, thus denying the selection change.