setSelectionIndexPath(_:)
Sets the tree controller’s current selection.
Declaration
func setSelectionIndexPath(_ indexPath: IndexPath?) -> BoolParameters
- indexPath:
The proposed new selection.
Return Value
Discussion
Attempting to change the selection may cause a commitEditing message which fails, thus denying the selection change.