Building an Expandable List Using UICollectionView: Part 1
Expandable list or some might call it expandable table view, is a very common UI design that is used in…
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…
Imagine you have an array of Device objects and you want to group them by category as shown in the…
When it comes to third party backend authentication services for iOS apps, the first that comes to mind for sure…