explore how MVVM fits into SwiftUI, how to leverage its advantages, and how it compares to Clean Swift and the Composable Architecture.| Matteo Manferdini
Uncategorized | Matteo Manferdini
Downloading files in Swift can be pretty straightforward. However, SwiftUI apps must track multiple files, complicating their architecture.| Matteo Manferdini
A comprehensive guide to making REST API calls in swift with the proper networking layer architecture for iOS apps in SwiftUI.| Matteo Manferdini
AsyncStream allows you to easily create asynchronous sequences and quickly adapt old APIs to Swift concurrency.| Matteo Manferdini
`AsyncImage` is a convenient SwiftUI view that loads remote images using a URL. It's especially useful in apps that interact with REST APIs.| Matteo Manferdini