Swift Result Builders: The Basics You Need to Know!
Result builders (formerly known as function builders) is a new feature introduced in Swift 5.4, it is the technology that…
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…
Recently I have been requested by my client to add a large title navigation bar into their app's main screen,…