I've read the class reference on NSViewController, but I was still wondering if an instance is fully initialized when it calls viewDidLoad(), or if I should wait for viewWillAppear() or something else.
In particular, I'm using Xcode, and I want to call cellAtRow( x, Column:y ) on an NSMatrix that is connected as an Outlet. Where is the earliest point in the lifecycle I can be certain everything is fully configured? TY!