Throttle Outbound Network Requests in Swift
Inside my SwiftUI views I trigger network requests to fetch data. There isn’t one API that returns all the data I need so I have to make a few requests.
App crashing when task switches to another app and goes to background when a task is ongoing
I have a view that is set to disappear after 5 seconds and it’s working okay normally aside from this scenario: