On the iPhone I use UIViewController\'s viewDidLoad to run code to set up the view.
UIViewController
viewDidLoad
How can I do that with NSViewController?
NSViewController
It looks like in 10.10, viewDidLoad is now in NSViewController.