4. Organizing Content with UICollectionViewFlowLayout

You now have the skills to use UICollectionView to display custom content to your users and can display cells as well as supplementary views. Up until now, I have focused on the actual content and not how it’s organized on the screen. This chapter is going to explore how UICollectionView is architected to use UICollectionViewLayout to organize its content. The chapter takes a close look at UICollectionViewFlowLayout and how subclassing it can get you a lot of customizability without a lot of extra work. The chapter finishes with a short history lesson through an exploration of UITableView and how it’s related to UICollectionView.

What Is a Layout?

UICollectionViewLayout is an abstract class ...

Get iOS UICollectionView: The Complete Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.