<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "macOS: 13.0.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 9.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/Layout/Subviews",
  "metadataVersion" : "0.1.0",
  "role" : "Type Alias",
  "symbol" : {
    "kind" : "Type Alias",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI6LayoutP8Subviewsa"
  },
  "title" : "Layout.Subviews"
}
-->

# Layout.Subviews

A collection of proxies for the subviews of a layout view.

```
typealias Subviews = LayoutSubviews
```

## Discussion

This collection doesn’t store views. Instead it stores instances of
[`LayoutSubview`](/documentation/SwiftUI/LayoutSubview), each of which acts as a proxy for one of the
views arranged by the layout. Use the proxies to
get information about the views, and to tell the views where to
appear.

For more information about the behavior of the underlying
collection type, see [`LayoutSubviews`](/documentation/SwiftUI/LayoutSubviews).

---

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)