JamesLongman / Squad-Mortar-Calculator-IOS

IOS App: Mortar calculator for the video game Squad
https://itunes.apple.com/app/id1352781413
MIT License
3 stars 0 forks source link

Animate changing of results only after view has fully appeared #19

Open JamesLongman opened 6 years ago

JamesLongman commented 6 years ago

Right now when results are updated due to sub-grid changes, the results are animated as changed on the main tab views before the enlarged sub-grid views are fully dismissed.

The app would appear more responsive and actually show the user that the result is changing if this animation was delayed until the view fully appeared.

Should be as simple as updating the results, holding the animation if it came from a sub-view, then checking on 'ViewDidAppear' if the results are different to the ones currently displayed. If so animate