Save Objects
Hi all,
I have an array with multiple objects in it. I want to write it to a file to access it later, and have it saved if the application is closed. I tried to write the array to NSUserDefaults, but apparently, I can't do it because the objects are not integers, strings, or plist files. How can I do this?
|