Designing Custom UICollectionViewListCell in Interface Builder
Since the publishing of my article "UICollectionView List with Custom Cell and Custom Configuration", a lot of my readers have…
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…
Since the publish of my article about Facebook login integration, I have received tons of requests that wanted me to…