Re: Interface Builder class instantiation
Re: Interface Builder class instantiation
- Subject: Re: Interface Builder class instantiation
- From: "Hamish Allan" <email@hidden>
- Date: Tue, 14 Oct 2008 13:08:26 +0100
Hi Daniel,
The -awakeFromNib method is guaranteed to be called on each
instantiated object only after all objects in the nib are initialised.
See http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/Protocols/NSNibAwaking_Protocol/Reference/Reference.html
Any follow-up questions should probably be directed to the Cocoa-dev list.
Best wishes,
Hamish
On Tue, Oct 14, 2008 at 11:38 AM, Daniel Luis dos Santos
<email@hidden> wrote:
> Hello,
>
> I have some classes in my IB file, that are instantiated by the NIB code,
> and are implemented in the Xcode project. One of them needs to call some
> methods on another, but because their instantiation is not controlled by me,
> I will never know which one is instantiated first.
>
> How can I solve this problem ? Are there any events the NIB code sends when
> an object is created ?
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Xcode-users mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden