<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/ImmersiveSpaceViewContent",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI25ImmersiveSpaceViewContentV"
  },
  "title" : "ImmersiveSpaceViewContent"
}
-->

# ImmersiveSpaceViewContent

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

```
nonisolated struct ImmersiveSpaceViewContent<Content> where Content : View
```

## Overview

You don’t create this type directly. SwiftUI creates it when you
construct an [`ImmersiveSpace`](/documentation/SwiftUI/ImmersiveSpace) with view-based content.

## Relationships

### Conforms To

[`ImmersiveSpaceContent`](/documentation/SwiftUI/ImmersiveSpaceContent)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)