DMSplitView
DMSplitView copied to clipboard
New NSSplitView class with multiple subviews resize behaviors and animated transitions
When you set an autoSaveName for the split view, collapse a view, then quit and re-launch the app, the following error is displayed: : the delegate was sent -splitView:resizeSubviewsWithOldSize: and...
In the example project, I changed the splitview arrange style to be "top to bottom". With this setting, the dividers begin to jump when dragging them. Is vertical orientation not...
High level overview of the bug: You're using a dictionary for _priorityIndexes_, so you effectively loose sight of view indexes if you have 2 or more subviews set to the...
In the following method: - (BOOL) setPositions:(NSArray *)newPositions ofDividersAtIndexes:(NSArray *)indexes animated:(BOOL) animated completitionBlock:(void (^)(BOOL isEnded)) completition near the top of that method, you have the following: ``` if ([self.eventsDelegate respondsToSelector:@selector(splitView:splitViewIsAnimating:)])...
If you have a subview within a panel that is supposed to be aligned centred (either no strut is selected or the top strut is the only one selected for...
When dragging pane dividers, the MaxSize of a pane is not taken into consideration; only the MinSize. MaxSize seems to not take effect on initial resize either.