• 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: Confusion about NIB loading
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Confusion about NIB loading


  • Subject: Re: Confusion about NIB loading
  • From: Chris Idou <email@hidden>
  • Date: Wed, 24 Jun 2009 17:18:11 -0700 (PDT)

On 24/06/2009, at 11:20 PM, Chris Idou wrote:

>> Since the doco for loadNibNamed:owner: says that it looks in the bundle "associated"
>> with the owner, I'm creating an object of a class that exists in the subframework to pass as the owner.
>>
>> However, it doesn't find the NIB. Am I understanding correctly what it means
>> for a bundle to be "associated" with a class?


>To get the bundle for the class, you need to use [NSBundle bundleForClass:[YourClass class]]. You can then load the nib by calling loadNibNamed:owner:.

But loadNibNamed:owner: is a class method, so I can't actually explicitly find the appropriate bundle, and call loadNibNamed: on it to find the right NIB.

The doco says that loadNibNamed:owner: will look in the bundle "associated" with the owner, but passing in an object of a class in the appropriate Bundle doesn't seem to work for me.


      Access Yahoo!7 Mail on your mobile. Anytime. Anywhere.
Show me how: http://au.mobile.yahoo.com/mail
_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Confusion about NIB loading
      • From: Rob Keniger <email@hidden>
    • Re: Confusion about NIB loading
      • From: Graham Cox <email@hidden>
    • Re: Confusion about NIB loading
      • From: Kevin Cathey <email@hidden>
References: 
 >Confusion about NIB loading (From: Chris Idou <email@hidden>)
 >Re: Confusion about NIB loading (From: Rob Keniger <email@hidden>)

  • Prev by Date: Re: GC pros and cons
  • Next by Date: Re: Confusion about NIB loading
  • Previous by thread: Re: Confusion about NIB loading
  • Next by thread: Re: Confusion about NIB loading
  • Index(es):
    • Date
    • Thread