Split View Sizing

Split View Sizing

An NSSplitView might assign a zero size to a subview that doesn’t request an explicit size. Provide an explicit initial size, and use autoresizing masks or autolayout constraints that allow the subview to occupy the space provided by the split view.

In Renaissance, use the hexpand attribute for horizontal stretching, and the vexpand attribute for vertical stretching.