WindowGroup (SwiftUI)
E770636
WindowGroup (SwiftUI) is a scene type that manages one or more windows for an app’s user interface, typically serving as the main entry point for presenting views in a SwiftUI application.
All labels observed (1)
| Label | Occurrences |
|---|---|
| WindowGroup (SwiftUI) canonical | 1 |
How this entity was disambiguated
This entity first appeared as the object of triple T9004182 — resolving that mention is where its identity was fixed. The disambiguator weighed these candidate entities and picked the highlighted one (or “None”, minting a new entity). This is how homonymy is resolved: the same surface form can point to different entities.
Target entity: WindowGroup (SwiftUI) Context triple: [App protocol (SwiftUI), relatedTo, WindowGroup (SwiftUI)]
-
A.
WKInterfaceGroup
WKInterfaceGroup is a WatchKit user interface container used to group and layout multiple interface objects together on an Apple Watch app screen.
-
B.
SwiftUI
SwiftUI is Apple’s modern declarative user interface framework for building apps across all its platforms using the Swift programming language.
-
C.
WKInterfaceObject
WKInterfaceObject is a fundamental WatchKit class that represents and manages user interface elements in Apple Watch apps.
-
D.
Split View multitasking
Split View multitasking is an iPadOS capability that lets users run and interact with two apps side by side on the screen at the same time.
-
E.
SceneKit
SceneKit is a high-level 3D graphics framework from Apple used to build and render interactive 3D scenes and animations across its platforms.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
Target entity: WindowGroup (SwiftUI) Target entity description: WindowGroup (SwiftUI) is a scene type that manages one or more windows for an app’s user interface, typically serving as the main entry point for presenting views in a SwiftUI application.
-
A.
WKInterfaceGroup
WKInterfaceGroup is a WatchKit user interface container used to group and layout multiple interface objects together on an Apple Watch app screen.
-
B.
SwiftUI
SwiftUI is Apple’s modern declarative user interface framework for building apps across all its platforms using the Swift programming language.
-
C.
WKInterfaceObject
WKInterfaceObject is a fundamental WatchKit class that represents and manages user interface elements in Apple Watch apps.
-
D.
Split View multitasking
Split View multitasking is an iPadOS capability that lets users run and interact with two apps side by side on the screen at the same time.
-
E.
SceneKit
SceneKit is a high-level 3D graphics framework from Apple used to build and render interactive 3D scenes and animations across its platforms.
- F. None of above. chosen
Statements (42)
| Predicate | Object |
|---|---|
| instanceOf |
API symbol
ⓘ
SwiftUI scene type ⓘ |
| allows | user to open additional windows on supported platforms ⓘ |
| canContain |
a root SwiftUI view
ⓘ
multiple windows of the same root view ⓘ |
| canSpecify | window title via initializer ⓘ |
| conformsTo | Scene ⓘ |
| declaredIn | SwiftUI.WindowGroup NERFINISHED ⓘ |
| definedInFramework | SwiftUI NERFINISHED ⓘ |
| documentationURL | https://developer.apple.com/documentation/swiftui/windowgroup ⓘ |
| hasInitializer |
init(@ViewBuilder content: () -> Content)
ⓘ
init(_ titleKey: LocalizedStringKey, @ViewBuilder content: () -> Content) ⓘ init<S>(_ title: S, @ViewBuilder content: () -> Content) where S : StringProtocol ⓘ |
| hasParameter | content view builder closure ⓘ |
| introducedInOSVersion |
iOS 14
NERFINISHED
ⓘ
macOS 11 ⓘ tvOS 14 NERFINISHED ⓘ watchOS 7 NERFINISHED ⓘ |
| language | Swift NERFINISHED ⓘ |
| lifecycleManagedBy | system ⓘ |
| oftenUsedAs | default scene in new SwiftUI app templates ⓘ |
| relatedTo |
DocumentGroup (SwiftUI)
NERFINISHED
ⓘ
Scene protocol ⓘ Window (SwiftUI) NERFINISHED ⓘ |
| replaces | UIWindowScene in many SwiftUI-only apps NERFINISHED ⓘ |
| scopeOfState | scene-level state for each window instance ⓘ |
| supportsFeature |
automatic window creation by the system
ⓘ
multiple window instances on macOS ⓘ state restoration across windows ⓘ |
| supportsModifier |
commands(_:) for adding menu commands
GENERATED
ⓘ
windowStyle(_:) on some platforms GENERATED ⓘ |
| supportsPlatform |
iOS
ⓘ
macOS ⓘ tvOS NERFINISHED ⓘ watchOS NERFINISHED ⓘ |
| typicalRole | main entry point scene for presenting views ⓘ |
| usedFor |
defining the main user interface of an app
ⓘ
grouping multiple windows of the same content ⓘ managing one or more windows ⓘ |
| usedIn | SwiftUI app lifecycle ⓘ |
| usedWith |
@main App conforming type
ⓘ
App protocol ⓘ |
How these facts were elicited
The pipeline generated the facts above by prompting gpt-5.1 with this entity's name + description and the instruction below.
You are a knowledge base construction expert. Given a subject entity and a description of it, return factual statements that you know for the subject as a JSON list of dictionaries(triples), where keys must be "subject", "predicate" and "object". The number of facts may be very high, between 25 to 50 or more, for very popular subjects. For less popular subjects, the number of facts can be very low, like 5 or 10. # Requirements - If you don't know the subject at all, return an empty list. - If the subject is not a named entity, return an empty list. - Include at least one triple where predicate is "instanceOf". - Do not get too wordy. - Separate several objects into multiple triples with one object.
Subject: WindowGroup (SwiftUI) Description of subject: WindowGroup (SwiftUI) is a scene type that manages one or more windows for an app’s user interface, typically serving as the main entry point for presenting views in a SwiftUI application.
Referenced by (1)
Full triples — surface form annotated when it differs from this entity's canonical label.