typealias Configuration
The properties of a table.
associatedtype Body : View
A view that represents the body of a table.
Availability 有効性
Technology
func makeBody(configuration: Self.Configuration
) -> Self.Body
configuration
The properties of the table.
The system calls this method for each Table
instance in a view hierarchy where this style is the current table style.
typealias Configuration
associatedtype Body : View