Contents

indexPathsForSelectedItems

The index paths for the selected items.

Declaration

var indexPathsForSelectedItems: [IndexPath]? { get }

Discussion

The value of this property is an array of NSIndexPath objects, each of which corresponds to a single selected item. If there are no selected items, the value of this property is nil.

See Also

Selecting cells