In this guide, I will show you the strategies to select the correct SwiftUI data flow mechanism and the relative property wrappers.| 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
When you need to download or upload data in iOS apps, use the `URLSession` class to group, pause, resume and cancel network transfers.| 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
SwiftUI Structural Foundations The best practices of professional iOS developers to create well-structured SwiftUI apps ready for the App Store Git for iOS Development Take advantage of all the Git features and best practices to improve your daily iOS development workflow.| 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
Parsing JSON Data is a fundamental in modern SwiftUI apps. This comprehensive guide covers all the aspects of the Codable protocols in Swift.| Matteo Manferdini
Dynamic JSON can be parsed in Swift with Codable with types that conform to the same protocol by reading the type information from an object.| Matteo Manferdini
JSON (JavaScript Object Notation) is a lightweight data-interchange| www.json.org