Re: Instantiating Objects in Nib Files
Re: Instantiating Objects in Nib Files
- Subject: Re: Instantiating Objects in Nib Files
- From: mmalcolm crawford <email@hidden>
- Date: Sat, 15 Nov 2003 23:23:58 -0800
On Nov 15, 2003, at 10:12 PM, Dietrich Epp wrote:
I already tried dragging the NSDocumentController header on (strange
that the actions aren't there by default), and I'm not using a
subclass.
Is there any particular reason, then, for trying to instantiate it in
the nib? Just send messages to it programatically:
[NSDocumentController sharedDocumentController]
(*As far as I can tell*, all the action methods it implements should be
handled automatically.)
mmalc
_______________________________________________
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.