Initializer

init(alignment:spacing:content:)

Creates an instance with the given spacing and horizontal alignment. あるインスタンスをこの与えられた空きと水平整列で作成します。

Declaration 宣言

init(alignment: HorizontalAlignment = .center, spacing: CGFloat? = nil, content: () -> Content)

Parameters パラメータ

alignment

The guide for aligning the subviews in this stack. このスタックの中のサブビューを整列するためのガイド。 This guide has the same vertical screen coordinate for every child view.

spacing

The distance between adjacent subviews, or nil if you want the stack to choose a default distance for each pair of subviews.

content

A view builder that creates the content of this stack. あるビュービルダー、それはこのスタックの内容を作成します。