The guide for aligning the subviews in this stack on both the x- and y-axes.
Initializerinit(alignment:
init(alignment:content:)
Creates an instance with the given alignment.
あるインスタンスをこの与えられた整列で作成します。
Availability 有効性
- iOS 13.0+
- iPadOS 13.0+
- macOS 10.15+
- Mac Catalyst 13.0+
- tvOS 13.0+
- watchOS 6.0+
Technology
- Swift
UI
Declaration 宣言
init(alignment: Alignment
= .center, content: () -> Content)
Parameters パラメータ
alignment
content
A view builder that creates the content of this stack. あるビュービルダー、それはこのスタックの内容を作成します。