UITableView.VisibleCells 属性

定义

返回当前在表视图中可见的 数组 UITableViewCell

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

属性值

一个数组,其中包含 UITableViewCell 与表视图中的可见行对应的数组。

属性

适用于