<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: 18.0.0 -",
    "macOS: 15.0.0 -",
    "tvOS: 18.0.0 -",
    "visionOS: 2.0.0 -",
    "watchOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/SubviewsCollection",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI18SubviewsCollectionV"
  },
  "title" : "SubviewsCollection"
}
-->

# SubviewsCollection

An opaque collection representing the subviews of view.

```
struct SubviewsCollection
```

## Overview

Subviews collection constructs subviews on demand, so only access the part
of the collection you need to create the resulting content.

You can get access to a view’s subview collection by using the
`Group/init(sectionsOf:transform:)` initializer.

The collection’s elements are the pieces that make up the given view, and
the collection as a whole acts as a proxy for the original view.

---

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)