Declarative UICollectionView List Header and Footer
If you have been following my work for the past couple of months, you have probably read my articles about…
If you have been following my work for the past couple of months, you have probably read my articles about…
Updated: 16 June 2021 Apple introduced a better way to reload a cell in WWDC21. If you app only need…
In last week's article, we learned how to leverage the NSDiffableDataSourceSectionSnapshot to create an expandable list in a single-section collection…
Expandable list or some might call it expandable table view, is a very common UI design that is used in…
Since the publishing of my article "UICollectionView List with Custom Cell and Custom Configuration", a lot of my readers have…
In iOS14, Apple introduced the list layout in UICollectionView, allowing developers to easily create a list using UICollectionViewListCell -- A…