Re: nib example
Re: nib example
- Subject: Re: nib example
- From: "Finlay Dobbie" <email@hidden>
- Date: Thu, 20 Jul 2006 12:11:56 +0100
On 20/07/06, Tom O'Grady <email@hidden> wrote:
hi there - i'm new to the cocoa-dev list and i wanted to find out whether a nib file can be loaded from a dylib. if so, can it be done regardless of whether the nib file is in the same bundle as the dylib?
Of course. See <http://developer.apple.com/documentation/Cocoa/Conceptual/LoadingResources/index.html>,
<http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/Classes/NSBundle_AppKitAdditions/Reference/Reference.html#//apple_ref/occ/clm/NSBundle/loadNibFile:externalNameTable:withZone:>
and <http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/Classes/NSNib_Class/Reference/Reference.html#//apple_ref/occ/instm/NSNib/initWithContentsOfURL:>.
-- Finlay
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >nib example (From: "Tom O'Grady" <email@hidden>) |