From: Yvon T. <yvo...@gm...> - 2007-08-27 15:23:13
|
2007/8/27, Laurent Sansonetti <lsa...@ap...>: > > awakeFromNib is a method that will automatically be messaged on your > objects when loaded from the nib file. You do not connect to this > method manually. > > For example, if you instantiate a delegate object in IB, once the nib > file will be loaded by your application, your delegate object will be > created, then the awakeFromNib method will be messaged, if your object > responds to. > > > http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/Protocols/NSNibAwaking_Protocol/Reference/Reference.html fine, thanks, it's clear to me now ;-) -- yvon |