UIStackView.Alignment.fill
A layout where the stack view resizes its arranged views so that they fill the available space perpendicular to the stack view’s axis.
Declaration
case fillDiscussion
The following image shows an example of a horizontal stack view that uses the UIStackView.Alignment.fill alignment.
[Image]