Instance Method インスタンスメソッド

makeBody(configuration:)

Creates a view that represents the body of a table.

Declaration 宣言

func makeBody(configuration: Self.Configuration) -> Self.Body

Parameters パラメータ

configuration

The properties of the table.

Discussion 議論

The system calls this method for each Table instance in a view hierarchy where this style is the current table style.

See Also 参照

Creating Custom Table Styles