Relative Content

Tag Archive for swiftanimationswiftui

SwiftUI list animation changing the way it animates when I replace dummy data with real data?

I have an animation I made for a game totals list that saves the previous result and on the next time the view opens floats the users result view to the new position from the old ranking position. I built it with dummy data in a simple test app, but when I try to change the method to handle the data dynamically from a server response; the way it animates changes drastically.