Re: [NB Q]Store stuffs other than root object
Re: [NB Q]Store stuffs other than root object
- Subject: Re: [NB Q]Store stuffs other than root object
- From: Kyle Moffett <email@hidden>
- Date: Tue, 20 Aug 2002 21:00:33 -0400
On Tuesday, August 20, 2002, at 12:12 PM, Tony S. Wu wrote:
I have a document-based application that stores a document with a root
object as a NSMutableArray.
However, I need to store more information other than the array itself.
And I can't add this object into that array (because it would create
confuse
for my table view).
How do I store more stuffs other than the root object?
Thanks.
Create a new root object, of course!
Root object - Dictionary
'MyData' => Array
'MyOtherProperty' => ...
HTH,
KM
_______________________________________________
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.