Re: NSDocument
Re: NSDocument
- Subject: Re: NSDocument
- From: Rob Keniger <email@hidden>
- Date: Fri, 15 Jan 2010 12:56:26 +1000
On 15/01/2010, at 5:57 AM, David Blanton wrote:
> I need awakeFromNib to be called for any instance on my NSDocument sublass.
This isn't an answer to your question, but I believe generally you should be using the -windowControllerDidLoadNib: method of NSDocument instead of -awakeFromNib if you are not using a separate NSWindowController.
--
Rob Keniger
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >NSDocument (From: David Blanton <email@hidden>) |