Re: viewDidLoad not called for an NSViewController's subclass (separate XIB)

2015-10-25 Thread Nick
Thanks Ken and Iowell! (I saw loadView in some example once and thought it should be called) 2015-10-25 9:12 GMT+02:00 Ken Thomases : > On Oct 25, 2015, at 1:58 AM, Nick wrote: > > > I am having a weird problem that viewDidLoad isn't called. Actually it's > > not a problem - I can use -awakeFrom

Re: viewDidLoad not called for an NSViewController's subclass (separate XIB)

2015-10-25 Thread Ken Thomases
On Oct 25, 2015, at 1:58 AM, Nick wrote: > I am having a weird problem that viewDidLoad isn't called. Actually it's > not a problem - I can use -awakeFromNib initializator instead, but I am > wondering why viewDidLoad is not called (as it is automatically generated > by xcode with a comment "plac

viewDidLoad not called for an NSViewController's subclass (separate XIB)

2015-10-25 Thread Nick
Hi. I am having a weird problem that viewDidLoad isn't called. Actually it's not a problem - I can use -awakeFromNib initializator instead, but I am wondering why viewDidLoad is not called (as it is automatically generated by xcode with a comment "place your initialization code here", when I create