UICollectionView(frame: .zero, collectionViewLayout: layout)

uicollectionview

#1

What does .zero mean in the line let cv = UICollectionView(frame: .zero, collectionViewLayout: layout)?


#2

.zero == CGRect(x: 0, y: 0, width: 0, height: 0)