A closure that creates the content for each instance of the group.
Initializer
init(content:)
Creates a window group.
Availability 有効性
- iOS 14.0+
- iPadOS 14.0+
- macOS 11.0+
- Mac Catalyst 14.0+
- tvOS 14.0+
- watchOS 7.0+
Technology
- Swift
UI
Declaration 宣言
init(content: () -> Content)
Parameters パラメータ
content
Discussion 議論
The window group using the given view as a template to form the content of each window in the group.