collectionView
The collection view object managed by this view controller.
Declaration
var collectionView: UICollectionView! { get set }Discussion
If you assign a new collection view object to this property and that view’s data source or delegate aren’t yet set, the collection view controller makes itself the delegate or data source or both.