Contents

UIStackView.Alignment.center

A layout where the stack view aligns the center of its arranged views with its center along its axis.

Declaration

case center

Discussion

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

[Image]

See Also

Constants