How I Created a DSL for Diffable Section Snapshot using Result Builders
If you are like me, have been using a diffable data source section snapshot for quite some time, I am…
If you are like me, have been using a diffable data source section snapshot for quite some time, I am…
Result builders (formerly known as function builders) is a new feature introduced in Swift 5.4, it is the technology that…
A couple of months ago, I have wrote an article about "The Modern Ways to Reload Your Table and Collection…
As iOS developers, we always tend to use an actual device for testing during app development. A real device can…
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…