CodexBloom - AI-Powered Q&A Platform

SwiftUI: Unable to dynamically update List with ObservableObject after API call

👀 Views: 3 💬 Answers: 1 📅 Created: 2025-06-11
swiftui combine observableobject

I'm facing an issue where my SwiftUI `List` is not updating after I fetch data from an API using an `ObservableObject`. I'm using iOS 15 and the Combine framewo...