SplitViewSidebar
SplitViewSidebar copied to clipboard
Update FixedSidebarSplitViewController.m
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 your window has a toolbar. Filed FB11980648 with Apple, meanwhile here's a workaround.