Initializer

init(content:)

Creates a group of table rows.

Declaration 宣言

init<R>(content: () -> Content) where R == Content.TableRowValue
Available when Content conforms to TableRowContent.

Parameters パラメータ

content

A TableRowBuilder that produces the rows to group.

See Also 参照

Creating a Group グループを作成する