Initializer

init(content:)

Creates a window group.

Declaration 宣言

init(content: () -> Content)

Parameters パラメータ

content

A closure that creates the content for each instance of the group.

Discussion 議論

The window group using the given view as a template to form the content of each window in the group.