Contents

indexPathsForVisibleRows

An array of index paths, each identifying a visible row in the table view.

Declaration

var indexPathsForVisibleRows: [IndexPath]? { get }

Discussion

The value of this property is an array of NSIndexPath objects each representing a row index and section index that together identify a visible row in the table view. If no rows are visible, the value is nil.

See Also

Getting cells and section-based views