UICollectionView.VisibleCells Property

Definition

An array of the currently-visible UICollectionViewCell.

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

Property Value

An array containing zero or more UICollectionViewCells.

Attributes

Applies to