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…
Imagine you have an array of Device objects and you want to group them by category as shown in the…
The Decodable protocol was introduced in Swift 4. Since then it has become the standard way for developers to decode…
The Combine framework was introduced in WWDC 2019 and it is mainly used alongside SwiftUI. However, this does not limit…
In this article, we will look into how you can integrate 'Sign in with Apple' with app that is using…