Xcode – iOS 15 Swift UI VStack Animation doesn't push down rows as part of animating
I am just getting started with Swift UI today and followed a tutorial to have expanding sections. Everything went well and animated well until a deprecated warning came up for .animation(.default). I used the recommended method which converted to .animation(.default,…