次の方法で共有


UITableView.VisibleCells プロパティ

定義

テーブル ビューに現在表示されている の UITableViewCell 配列を返します。

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

プロパティ値

テーブル ビューで UITableViewCell 表示されている行に対応する を含む配列。

属性

適用対象