Cocoa Application without any NIB
Cocoa Application without any NIB
- Subject: Cocoa Application without any NIB
- From: Andrew Kazmierski <email@hidden>
- Date: Wed, 22 Oct 2003 20:45:02 -0400
Hi there,
I'm working on an application in Cocoa that creates all of the UI
elements programmatically, and find no use for the NIB file. My
principal class is my controller, a subclass of NSApplication. The
problem is, if I delete MainMenu.nib or delete the key for a main nib
file in info.plist, the application crashes with an error due to trying
to load a nib file or the lack of a nib file. Is there any way to
override a method or something to not need any NIB files?
Thanks in advance,
Andrew
_______________________________________________
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.