Initializer

init(content:)

Creates a list with the given content. あるリストをこの与えられた内容で作成します。

Declaration 宣言

init(content: () -> Content)
Available when SelectionValue is Never and Content conforms to View.

Parameters パラメータ

content

The content of the list. リストの内容。

See Also 参照

Creating a List with Arbitrary Content