Contents

UIStackView.Alignment.fill

A layout where the stack view resizes its arranged views so that they fill the available space perpendicular to the stack view’s axis.

Declaration

case fill

Discussion

The following image shows an example of a horizontal stack view that uses the UIStackView.Alignment.fill alignment.

[Image]

See Also

Constants