UICollectionView.VisibleCells 属性

定义

当前可见 UICollectionViewCell的 的数组。

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

属性值

包含零个或多个 UICollectionViewCell的数组。

属性

适用于