From: Laurent S. <lsa...@ap...> - 2007-08-27 13:11:14
|
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 Laurent On Aug 27, 2007, at 11:53 AM, Yvon Thoraval wrote: > may be i'm "completely" lost but i don't see a way to get > awakefromnib from Interface builder ? > > no way to connect the instance of NSObject, my application > controler, to this awake from nib in order to setup every constants/ > variables of the app. > > may it's no more needed the initialize method could do the trick ??? > > best > -- > yvon > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a > browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/_______________________________________________ > Rubycocoa-talk mailing list > Rub...@li... > https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk |