UITableView.VisibleCells Property

Definition

Returns an array of UITableViewCell that are currently visible in the table view.

public virtual UIKit.UITableViewCell[] VisibleCells { [Foundation.Export("visibleCells")] get; }
member this.VisibleCells : UIKit.UITableViewCell[]

Property Value

An array containing UITableViewCell corresponding to the visible rows in the table view.

Attributes

Applies to