Contents

edgeInsets

The geometric padding, in points, inside the stack view, surrounding its views.

Declaration

var edgeInsets: NSEdgeInsets { get set }

Discussion

The default value is (0, 0, 0, 0). Edge insets remain as they are if you change the value of a stack view’s orientation property or the value of its inherited userInterfaceLayoutDirection property.

See Also

Configuring the Stack View Layout