Initializer

init(content:label:)

Creates a disclosure group with the given label and content views. ある開示グループをこの与えられたラベルとコンテンツビューで作成します。

Declaration 宣言

init(content: @escaping () -> Content, label: () -> Label)

Parameters パラメータ

content

The content shown when the disclosure group expands. 開示グループが展開する時に示される内容。

label

A view that describes the content of the disclosure group. あるビュー、それはその開示グループの内容を記述します。

See Also 参照

Creating a Group with a Label View