
Apple Developer Documentation
UICollectionView
An object that 1️⃣ manages an ordered collection of data items and 2️⃣ presents them using customizable layouts.
Declaration

Overview
dataSource
를 이용해 데이터를 얻는다.
- UICollectionViewDiffableDataSouce → 데이터를 쉽게 관리하고 업데이트 할 수 있게 해줌
- UICollectionViewDataSource 프로토콜을 채택해서 쓴다.
item
- 컬렉션뷰는 각각의 item으로 이뤄지고 이것들은 section으로 모아질 수 있음