Contents

ImmersiveSpaceViewContent

Immersive space content that uses a SwiftUI view hierarchy as the content.

Declaration

struct ImmersiveSpaceViewContent<Content> where Content : View

Overview

You don’t create this type directly. SwiftUI creates it when you construct an ImmersiveSpace with view-based content.

See Also

Supporting types