maximumThickness
The maximum thickness of the split view item.
Declaration
var maximumThickness: CGFloat { get set }Discussion
This value affects the split view item’s width (for a vertical split view) or height (for a horizontal split view).
The default value of this property is unspecifiedDimension, which means the split view item doesn’t enforce a maximum size. However, layout constraints in the contained view hierarchy might specify a maximum size regardless.