#uicollectionview
Read more stories on Hashnode
Articles with this tag
우리의 목표는 위 그림 처럼 UICollectionView에서 Height에 맞게 Cell의 높이를 Dynamic 하게 만드는 것이다. UICollectionView가 뭔지 모르겠다고? 그래서 준비했음 + 난 개인적으로 Dynamic Height 이런거 일줄 알았는데...
공식문서를 보자 UICollection 이란 어떤 놈이냐? An object that manages an ordered collection of data items and presents them using customizable layouts. \=> 정렬된...