다음을 통해 공유


UICollectionView.VisibleCells 속성

정의

현재 표시되는 UICollectionViewCell의 배열입니다.

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

속성 값

0개 이상의 UICollectionViewCell를 포함하는 배열입니다.

특성

적용 대상