Today, Kilo Loco goes over how to implement the new UICollectionView List Compositional Layout which was added in iOS 14.
We will be using Swift to implement the UICollectionView with a UICollectionViewCompositionalLayout that uses the list appearance to display UICollectionViewListCells configured with user content such as the name. We will also be using the new UICollectionView CellRegistration object to easily register our list cell and present the user names.
Anyone looking to start implem