Contents

selectionIndexPaths

An array containing the index paths of the currently selected objects.

Declaration

var selectionIndexPaths: [IndexPath] { get }

Discussion

This property contains an array containing NSIndexPath objects for each of the selected objects in the tree controller’s content. This property is observable using key-value observing.

See Also

Getting the current selection