First cut at working tabView controller

This commit is contained in:
Gregory John Casamento 2020-07-23 13:30:05 -04:00
parent 3071502cba
commit 0add17530a
6 changed files with 196 additions and 1 deletions

View file

@ -68,6 +68,7 @@
- (void) setSplitView: (NSSplitView *)splitView
{
[self setView: splitView];
[splitView setDelegate: self];
}
- (NSSplitViewItem *) splitViewItemForViewController: (NSViewController *)vc