Being new to Cocoa, I\'m having a few issues with Interface Builder, UIViewController and friends.
Interface Builder
UIViewController
I have a UIViewController s
SOLUTION FOUND!!!!!
Even something as innocuous as this makes the viewDidLoad method call happen.
viewDidLoad
Insert this right after alloc initWithNibName
initWithNibName
viewController.view.hidden = NO; //calls viewDidLoad