How to animate the NSSplitView while resizing?
问题 I would like to animate while resizing NSSplitView programatically. Here is the code for resizing the view in SplitView In awakeFromNib: Iam observing the NSSplitViewWillResizeSubviewsNotification [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(splitViewWillResizeSubviewsHandler:) name:NSSplitViewWillResizeSubviewsNotification object:splitView]; SplitView Resize NSView * leftSubView = [[splitView subviews] objectAtIndex:0]; if ([leftSubView isHidden]) { [leftSubView