If I drag an NSTableViewController into a NIB, it automatically
creates a view grouped within the controller. Is the only way to add
that view to a window in the same NIB to programmatically add it in
the source code? I tried to drag the view grouped in the controller
into the window (which IB happily let me do), but when I run it, it
crashes.
Thanks,
Mike