Hello!
I am working on a game that makes use of a save/load feature. I am using a Plist for the data.
I have the methods coded correctly... I think?
The issue, however, is that when the home button is pressed, and the App re-launched, the saved data automatically appears.
What I'd prefer is for the data to be manually loaded via a "LOAD" button on the screen.
I know the load button works correctly, but I still need the data to be cleared before the program completely closes (or reloads?). Please help! Thanks!