I'm trying to setup a simple and common layout in Interface Builder: a splitview with a side bar (left) and a content view, which itself holds a splitview with a content view (left) and a sidebar (right). Both side bars should collapse when reaching a given minimum width (100px).
The holding priorities are:
- main splitview: 245 and 240 (left side bar and content view, respectively)
- embedded splitview: 240 and 249 (content view and right side bar, respectively)
While the left bar behaves as expected (collapsing and uncollapsing back), the one on the right hides its content view before releasing the mouse button from the splitter, leading to an unrecoverable side bar.
This behaviour is shown on the gif below:
Does anyone has experienced (and fixed) such a behaviour ? I'm using Xcode 12.3 on macOS 10.15.7