Re: Storing preferenses
Re: Storing preferenses
- Subject: Re: Storing preferenses
- From: "M. Uli Kusterer" <email@hidden>
- Date: Wed, 8 Oct 2003 15:56:43 +0200
At 14:24 Uhr +0200 08.10.2003, Eivind Andersen wrote:
I switched to using the NSUserDefaults. It sure made the code more
compact :), but the problem is still there. When I try to save the
buddylist (a NSMutableArray containing "Buddy-objects"), it is empty
when I extract it. Everythings works well with stringobjects.
"Buddy-objects"? The built-in code only supports storing built-in
objects. I think you either have to write special code for that
purpose, or support the NSCoding protocol and write your object
in/out as binary data.
--
Cheers,
M. Uli Kusterer
------------------------------------------------------------
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de
_______________________________________________
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.