bottom
A layout for horizontal stacks where the stack view aligns the bottom edge of its arranged views along its bottom edge.
Declaration
static var bottom: UIStackView.Alignment { get }Discussion
This value is equivalent to the UIStackView.Alignment.trailing alignment for vertical stacks.
The following image shows an example of a horizontal stack view that uses the bottom alignment.
[Image]