Hello,
in iPhone I do UIViewController viewDidLoad and write some setup code to setup the view.
But how can I do that in NSViewController?
I've tried with loadView but it doesn't work...
Maybe I do something wrong I don't know...
PS: I've just started with OSX / iOS programming, so sorry if I ask something stupid :(