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…
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…
Recently I have been requested by my client to add a large title navigation bar into their app's main screen,…
In my previous article, we had discussed how to add a declarative header and footer to the UICollectionView List. This…