devinlynch/Kings-N-Thing-Client

Saving scene state

Closed this issue · 7 comments

We have to save every bit of data from previous scene to a database so it doesn't reinitializes the previous scene.

Whats a scene?

aka a viewControllerrrrrrrr

I dont understand, why would we need to save the data, would that not all be maintained in memory?

so you need to save the titles and etc each time ?

Can't you just hide and unhide scenes as needed?

I think i just implemented the switching scenes wrong since I reinitialized the previous scene. I'll try hiding and unhiding

got it werking