Contents

UIStackView.Distribution.fillEqually

A layout where the stack view resizes all arranged views to the same size, filling the available space along the stack view’s axis.

Declaration

case fillEqually

Discussion

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

[Image]

See Also

Constants