Returns an NSViewController object initialized to the nib file in the specified bundle.
Original signature is '- (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil'
Available in Mac OS X v10.5 and later.


The initialized NSViewController object or nil if there were errors during initialization or the nib file could not be located.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)