Author: Max Clarke

Making a complex UICollectionView Layout with self-sizing cells (Part 3)

In Part 2 I took you through some of the potential solutions to common pain points with self-sizing cells in a custom layout. Now we have a working layout, we can... Read more

Making a complex UICollectionView layout with self-sizing cells (Part 2)

“Norwich City centre aerial” by John D Fielding is licensed under CC BY 2.0 In Part 1 I took you through the layout process of a UICollectionView with a custom UICollectionViewLayout that contains self-sizing cells. This post will continue... Read more

Making a complex UICollectionView Layout with self-sizing cells (Part 1)

Recently I built a screen with a pretty complex layout containing self-sizing cells. In the end, it required a UICollectionView using a custom UICollectionViewLayout— UICollectionViewFlowLayout was too simple for the screen design. Parts of... Read more