Contents

UIStackView.Alignment.trailing

A layout for vertical stacks where the stack view aligns the trailing edge of its arranged views along its trailing edge.

Declaration

case trailing

Discussion

This value is equivalent to the bottom alignment for horizontal stacks.

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

[Image]

See Also

Constants