Closed brendand closed 11 years ago
The problem is in the following code:
if (isExpanding)
[self.eventsDelegate splitView:self
subview:dividerIndex
stateChanged:DMSplitViewStateCollapsed];
the stateChanged parameter should be sent DMSplitViewStateExpanded.
thanks.
When expanding or collapsing the sub views, the value for newState in the delegate method splitView:subview:stateChanged: is always 0 (DMSplitViewStateCollapsed). When expanding, it should be 1 (DMSplitViewStateExpanded).