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: Jonathan Jackel <email@hidden>
- Date: Tue, 20 Aug 2002 18:41:31 -0400
Create another array, containing you mutable array and the other object.
Then archive the new array.
Your other object conforms to the NSCoding protool, I presume.
Jonathan
on 8/20/02 12:12 PM, Tony S. Wu at email@hidden 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.
>
>
Tony S. Wu
>
email@hidden
>
>
"Nope, this world ain't perfect. But at least I know it's not because of
>
me."
>
_______________________________________________
>
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.
_______________________________________________
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.