Contents

init(content:)

Creates a window group.

Declaration

init(@ViewBuilder content: () -> Content)

Parameters

  • content:

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

Discussion

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

See Also

Creating a window group