Contents

visibleCells

The table cells that are visible in the table view.

Declaration

var visibleCells: [UITableViewCell] { get }

Discussion

The value of this property is an array containing UITableViewCell objects, each representing a visible cell in the table view.

See Also

Getting cells and section-based views