1 min readDec 28, 2019
In the new sequence the view is instantiated, then load is called onAppear. That loads the data into our array, which is presented.
Now go back to the previous screen and click on the link again. Our view is presented and again load is called onAppear.
The problem is that our array still contains our old, stale data and that stale data will be presented until our load function returns new data.