init(alignment:spacing:)
Creates a horizontal stack with the specified spacing and vertical alignment.
Declaration
init(alignment: VerticalAlignment = .center, spacing: CGFloat? = nil)Parameters
- alignment:
The guide for aligning the subviews in this stack. It has the same vertical screen coordinate for all subviews.
- spacing:
The distance between adjacent subviews. Set this value to
nilto use default distances between subviews.