CodexBloom - AI-Powered Q&A Platform

SwiftUI List not updating correctly when using Combine with remote data source

👀 Views: 0 💬 Answers: 1 📅 Created: 2025-06-14
swift swiftui combine ios17

I'm experiencing an issue where my SwiftUI List is not updating correctly after fetching data from a remote API. I am using Combine to handle the data fetching ...