Contents

autoresizesSubviews

A Boolean value that determines whether the receiver automatically resizes its subviews when its bounds change.

Declaration

var autoresizesSubviews: Bool { get set }

Discussion

When set to true, the receiver adjusts the size of its subviews when its bounds change. The default value is true.

See Also

Configuring the resizing behavior