Building a List with UICollectionView in Swift

It looks exactly like a UITableView !

Lee Kah Seng
Level Up Coding
Published in
7 min readJul 25, 2020

--

Building a List with UICollectionView in Swift

This article is originally published at https://swiftsenpai.com on July 25, 2020.

Since the introduction of UICollectionView in iOS6, UICollectionView has been the default component to go to when it comes to building a grid layout. In WWDC 2020, Apple pushes the usability of UICollectionView to…

--

--