NSViewController question
I'm using a NSViewController but I don't want to load a nib file, I want to do it programmatically, I read in the documentation that I will need to use -setView or I'll need to override -loadView, which one is the best option and how can I do this??
|