NSSplitViewController/NSSplitViewItem support in XIBs
问题 Is there support for NSSplitViewController/NSSplitViewItem for XIBs? I see only NSSplitView Can I just drag&drop NSViewController and subclass it as NSSplitViewController? How do I add NSSplitViewItem that it mostly works out of the box? I can easily see support for them in storyboards. 回答1: The split view controller is not part of the object library for xib files. The easiest way to use split view controllers is to use storyboards. If you are unwilling to use storyboards, your best option is