The properties of the control group instance being created.
Instance Method
インスタンスメソッド
make
makeBody(configuration:)
Creates a view representing the body of a control group.
Availability 有効性
- iOS 15.0+
- iPadOS 15.0+
- macOS 12.0+
- Mac Catalyst 15.0+
Technology
- Swift
UI
Declaration 宣言
func makeBody(configuration: AutomaticControlGroupStyle
.Configuration
) -> some View
Parameters パラメータ
configuration
Discussion 議論
This method will be called for each instance of Control
created within a view hierarchy where this style is the current Control
.