iOS Swift - Animations
What will be the visible effect when this SwiftUI code runs?
withAnimation {
self.isExpanded.toggle()
}
Assuming isExpanded controls the height of a view.