On Sep 21, 2008, at 2:53 PM, Eric Lee wrote:
On CocoaDevCentral, they say to use NSBundle, but I read on the documentation that you can also use NSWindowController?
NSBundle has the master methods for loading nibs into memory. NSWindowController uses NSBundle internally. Generally, if your nib has only a window + its views + some affiliated resources in it, then you should probably use (or subclass, if you want to do anything fancy) NSWindowController.
Nick Zitzmann <http://www.chronosnet.com/> _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
