Ios swift – ProgressView not showing in SwiftUI List after first time
I have a paginated list that has a ProgressView as its last subview. When reaching the bottom of the list the ProgressView triggers a task that loads more results from the remote server and the user can continue scrolling. This…