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.
The index path of the first selected object.
var selectionIndexPath: IndexPath? { get }The value of this property is nil if there is no selection. This property is observable using key-value observing.