SwiftUI AsyncImage animation misbehavior – Ios swift
While testing out SwiftUI, I've found that AsyncImage does not work well while animating a transition. It seems to settle on its final position of the transition before the rest of the UI has moved there, making the animation seem…