Contents

UIStackView.Alignment.lastBaseline

A layout for horizontal stacks where the stack view aligns its arranged views based on their last baseline.

Declaration

case lastBaseline

Discussion

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

[Image]

See Also

Constants