Articles in this series
In my last article, I talked about how data flows in SwiftUI. Now, Apple has released something new in iOS 17 - the Observation Framework. This...
One of the critical elements of SwiftUI is its approach to managing data flow within applications. This comprehensive guide will provide you with a...
As software developers, we're often told to follow the DRY (Don't Repeat Yourself) principle, which is aimed at reducing the repetition of software...
This post will guide you through the process of converting between Swift and SwiftUI types and vice versa. This ability is quite useful, especially...
The use of protocols in Swift is integral to SwiftUI and leveraging these protocols is key to building flexible, reusable, and efficient SwiftUI...
SwiftUI, combined with Swift's protocol-oriented programming, allows for a more modular, flexible, and reusable codebase. In this blog post, we will...