• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Interface Builder class instantiation
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >Interface Builder class instantiation (From: Daniel Luis dos Santos <email@hidden>)

  • Prev by Date: Re: STL 4.0 in GCC 4.2
  • Next by Date: Re: Undefined symbols: "_fputs$UNIX2003", referenced from:
  • Previous by thread: Interface Builder class instantiation
  • Next by thread: [Q] Dependencies in Xcode
  • Index(es):
    • Date
    • Thread