The properties of the table.
Instance Method
インスタンスメソッド
make
makeBody(configuration:)
Creates a view that represents the body of a table.
Availability 有効性
- macOS 12.0+
Technology
- Swift
UI
Declaration 宣言
func makeBody(configuration: AutomaticTableStyle
.Configuration
) -> some View
Parameters パラメータ
configuration
Discussion 議論
The system calls this method for each Table
instance in a view hierarchy where this style is the current table style.