Contents

selectionIndexPath

The index path of the first selected object.

Declaration

var selectionIndexPath: IndexPath? { get }

Discussion

The value of this property is nil if there is no selection. This property is observable using key-value observing.

See Also

Getting the current selection