UICollectionView 데이터 항목의 정렬된 컬렉션을 관리하고 커스텀한 레이아웃을 사용해 표시하는 객체. CollectionView 의 구성 - Supplementary View : Section에 대한 정보를 표시 (header-footer. 필수적으로 구현 X) - Cell : Collection View 의 콘텐츠를 표시 UICollectionView, UITableView 의 ContentView UIView 타입으로, Cell 을 구성할 때 Cell Content 를 나타내는 모든 Custom View 를 Content View 에 추가한다. Cell 객체는 BackgroundView 앞에 Content View 를 배치한다. * Decoration View : Collection Vie..