Contents

isLayoutMarginsRelativeArrangement

A Boolean value that determines whether the stack view lays out its arranged views relative to its layout margins.

Declaration

var isLayoutMarginsRelativeArrangement: Bool { get set }

Discussion

If true, the stack view will layout its arranged views relative to its layout margins. If false, it lays out the arranged views relative to its bounds. The default is false.

See Also

Configuring the layout