Using Async Calls in SwiftUI – Real Project Walkthrough
Jun 30, 2025 · 3 min read · Introducing the App Idea + What We Want to Do In this project, we want to call a remote API that gives us the current date, and display every date fetched in a list. Each time we hit refresh, we’ll add a new item to the list. Let’s start by creating ...
Join discussion