
UICollectionViewFlowLayout and auto layout on iOS
UICollectionViewFlowLayout is layout object supplied by UIKit and enables showing items in grid. It allows customising spacings and supports fixed size cells and cells with different sizes. This time I… Read more UICollectionViewFlowLayout and auto layout on iOS →