UICollectionViewFlowLayout

    CollectionView - CustomLayout

    CollectionView CustomLayout 예제 소개 UICollectionView Custom Layout Tutorial: Pinterest Build a UICollectionView custom layout inspired by the Pinterest app, and learn how to cache attributes and dynamically size cells. www.raywenderlich.com raywenderlich.com에 있는 예제다. CollectionView를 통해 높이가 제각각인 Grid를 만들 수가 있는데 코드를 살펴보면서 CollectionView의 CustomLayout 기능을 공부하고자 한다. 기본 환경 설정 (UICollectionViewFlowLayou..