Contents

addSelectionIndexPaths(_:)

Adds the objects at the specified indexPaths in the tree controller’s content to the current selection.

Declaration

func addSelectionIndexPaths(_ indexPaths: [IndexPath]) -> Bool

Discussion

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

See Also

Managing Selections