SplitViewSidebar icon indicating copy to clipboard operation
SplitViewSidebar copied to clipboard

How to make a split view in an OS X app using NSSplitViewController

Results 2 SplitViewSidebar issues
Sort by recently updated
recently updated
newest added

There's a bug in the superclass; it doesn't check the splitViewItems count and so it'll crash with an array range error if autolayout happens before viewDidLoad. This could happen if...

NSView+SSYAutoLayout.h and NSView+SSYAutoLayout.m seem to be missing from the repo..