<!--
{
  "availability" : [
    "macOS: 10.15.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/VSplitView",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI10VSplitViewV"
  },
  "title" : "VSplitView"
}
-->

# VSplitView

A layout container that arranges its children in a vertical line and allows
the user to resize them using dividers placed between them.

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

## Topics

### Creating a vertical split view

[`init(content:)`](/documentation/SwiftUI/VSplitView/init(content:))



---

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)