Table and Collection View Cells Reload Improvements in iOS 15
In October 2020, I published an article that discusses how to reload a table and collection view cell when using…
In October 2020, I published an article that discusses how to reload a table and collection view cell when using…
If you are like me, have been using a diffable data source section snapshot for quite some time, I am…
A couple of months ago, I have wrote an article about "The Modern Ways to Reload Your Table and Collection…
The diffable data source section snapshot is an UIKit component introduced in iOS 14. It opens up new possibilities for…
The expandable date picker is a very common UI component in the Apple design system. You can find it in…
In my previous article, we had discussed how to add a declarative header and footer to the UICollectionView List. This…