StackView
public extension StackView
-
Convenience initializer for simple
UIStackView.Declaration
Parameters
axisStackAxisvalue specifying a horizontal or vertical layout constraint.alignmentAlignment—the layout transverse to the stacking axis. Defaults to
.fill.distributionValue describing the content layout along the stacking axis rules in
UIStackView. Defaults to.fill.spacingSpacing beween content items in
UIStackView. Defaults to 0.0 -
Convenience initializer for simple
NSStackView.
View on GitHub
StackView Extension Reference