My life got so much easier without the xib. Now, how do I get rid of MainWindow.xib?
When I stoped using the IB and instead coded everything myself everything got so much easier and I could focus on program logic instead of finding out which dot to drag'n drop to which spot.
I'm no trying to reduce all the XIB-files and I have just one left, it's called MainWindow and is loaded from the plist with the plist-property main nib file base name.
What are the necessary steps to have an application completely without nib files?
|