Ios swift – SwiftUI refresh list while maintaining current scroll position
I have a List in SwiftUI that I need to refresh but maintain current scroll position after refresh. I could do this in UITableView in UIKit but it seems impossible in SwiftUI. Am I missing something?