Contents

UIStackView.Distribution.fillProportionally

A layout where the stack view resizes views proportionally based on their intrinsic content size to fill the available space along the stack view’s axis.

Declaration

case fillProportionally

Discussion

The following image shows an example of a horizontal stack view that uses the UIStackView.Distribution.fillProportionally distribution.

[Image]

See Also

Constants