Xcode – SwiftUI List animations are not smooth when adding elements to a VStack in a List row
I am using a List in my app with some rows containing VStacks. I'm using a list and not a LazyVStack inside a ScrollView because I want to leverage some of the List features such as moving rows, swipe, etc.…