Re: Newbie question
Re: Newbie question
- Subject: Re: Newbie question
- From: "John C. Randolph" <email@hidden>
- Date: Thu, 13 Mar 2003 11:07:28 -0800
On Thursday, March 13, 2003, at 10:29 AM, Don Arbow wrote:
Things you drag off the palettes are visual items and are instantiated
by awakeFromNib when the nib is loaded.
To be precise: objects loaded from a .nib file are instantiated by
+alloc, and initialized using -initWithCoder:.
If their class includes an -awakeFromNib method, they'll get an
-awakeFromNib message after they're unarchived, and any connections
they may have are in place.
-jcr
John C. Randolph <email@hidden> (408) 974-8819
Sr. Cocoa Software Engineer,
Apple Worldwide Developer Relations
http://developer.apple.com/cocoa/index.html
_______________________________________________
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.