typealias Configuration
The properties of a
ControlGroup
instance being created.associatedtype Body : View
A view representing the body of a control group.
Availability 有効性
Technology
func makeBody(configuration: Self.Configuration
) -> Self.Body
configuration
The properties of the control group instance being created.
This method will be called for each instance of Control
created within a view hierarchy where this style is the current Control
.
typealias Configuration
ControlGroup
instance being created.associatedtype Body : View