Contents

indexPathsForSelectedRows

The index paths that represent the selected rows.

Declaration

var indexPathsForSelectedRows: [IndexPath]? { get }

Discussion

The value of this property is an array of index-path objects each identifying a row through its section and row index. The value of this property is nil if there are no selected rows.

See Also

Selecting rows