---
title: Creating custom container views
framework: swiftui
role: sampleCode
role_heading: Sample Code
path: swiftui/creating-custom-container-views
---

# Creating custom container views

Access individual subviews to compose flexible container views.

## Overview

Overview note: This sample code project is associated with WWDC24 session 10146: Demystify SwiftUI containers.

## See Also

### Grouping views into a container

- [Group](swiftui/group.md)
- [GroupElementsOfContent](swiftui/groupelementsofcontent.md)
- [GroupSectionsOfContent](swiftui/groupsectionsofcontent.md)
