Re: Question about Saving a document
Re: Question about Saving a document
- Subject: Re: Question about Saving a document
- From: Paul Lynch <email@hidden>
- Date: Mon, 5 Jun 2006 11:50:35 +0100
On 5 Jun 2006, at 11:42, Francis Derive wrote:
My document nib has :
- an instance of a simple model object,
You don't want to have your model instantiated in the nib, in
general, although there are situations where it could be appropriate.
Create an instance variable in your document subclass and set it to
the model object. Then you can access it in the dataOfType:/
readFromData: methods.
Paul
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden