UIColletionViewFlowLayout
-
UICollectionView: Using Flow Layoutios 2020. 6. 21. 16:50
UICollectionView를 사용하여 데이터를 정렬할 때 , UICollectionViewFlowLayout을 사용하여 UICollectionView 위에 아이템을 정렬할 수 있다. The flow layout implements a line-based breaking layout, which means that the layout object places cells on a linear path and fits as many cells along that line as it can. When the layout object runs out of room on the current line, it creates a new line and continues the layout process there...