Saving an array in NSUserDefaults
Saving an array in NSUserDefaults
- Subject: Saving an array in NSUserDefaults
- From: Jesus De Meyer <email@hidden>
- Date: Wed, 16 Apr 2003 18:29:51 +0200
Hi,
In my app I need to save an array in the user defaults. When I remove
my preferences and set the array, it gets saved, so no problems there.
Problems arise when I change the contents of the array and try to save
it again.
I know the array has its contents, but the prefs file doesn't have
these values, all it has are the values of the time before I changed
them. I did use the synchronize method but it didn't work.
What do I need to do?
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.