Building an Expandable List Using UICollectionView: Part 2
In last week's article, we learned how to leverage the NSDiffableDataSourceSectionSnapshot to create an expandable list in a single-section collection…
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…
When it comes to third party backend authentication services for iOS apps, the first that comes to mind for sure…