visibleCells
An array of visible cells currently displayed by the collection view.
Declaration
var visibleCells: [UICollectionViewCell] { get }Return Value
An array of UICollectionViewCell objects. If no cells are visible, this method returns an empty array.
Discussion
This method returns the complete list of visible cells displayed by the collection view.