Contents

UIStackView.Alignment.firstBaseline

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

Declaration

case firstBaseline

Discussion

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

[Image]

See Also

Constants