The Modern Ways to Reload Your Table and Collection View Cells
Updated: 16 June 2021 Apple introduced a better way to reload a cell in WWDC21. If you app only need…
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…
Since the introduction of UICollectionView in iOS6, UICollectionView has been the default component to go to when it comes to…