Creating new instances of an IB object
Creating new instances of an IB object
- Subject: Creating new instances of an IB object
- From: John Lombardo <email@hidden>
- Date: Thu, 14 Aug 2003 18:22:47 +0800
What is the recommended way to create new instances of an NSWindow from a
Nib? Is it something along the lines of...
NSWindow newWindow = [[[NSWindow alloc] init] autorelease];
newWindow = windowFromNib;
...or is this just spaz?
john
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.