I am relatively new to Objective-C and Cocoa and have built an application in which I want to be able to save the current data. (AS in File - Save As - countDown.cd or somthing)
After the save you could then Open the saved file and it would restore the app with the appropriate data etc...
What is the best way of doing this?
I know I can obviously make a text file with the stored data in key pairs and then parse on an open but is there a better/more standard approach.
Thanks.
After the save you could then Open the saved file and it would restore the app with the appropriate data etc...
What is the best way of doing this?
I know I can obviously make a text file with the stored data in key pairs and then parse on an open but is there a better/more standard approach.
Thanks.