ImmersiveSpaceViewContent
Immersive space content that uses a SwiftUI view hierarchy as the content.
Declaration
struct ImmersiveSpaceViewContent<Content> where Content : ViewOverview
You don’t create this type directly. SwiftUI creates it when you construct an ImmersiveSpace with view-based content.