WindowGroup
A scene that presents a group of identically structured windows.
public struct WindowGroup<Content: View>: Scene
Inheritance
Scene
Initializers
init(content:)
Creates a window group.
public init(@ViewBuilder content: () -> Content)
Properties
body
public var body: some Scene