<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "macOS: 11.0.0 -",
    "tvOS: 14.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 7.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/PinnedScrollableViews",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI21PinnedScrollableViewsV"
  },
  "title" : "PinnedScrollableViews"
}
-->

# PinnedScrollableViews

A set of view types that may be pinned to the bounds of a scroll view.

```
struct PinnedScrollableViews
```

## Topics

### Getting scrollable view types

[`sectionHeaders`](/documentation/SwiftUI/PinnedScrollableViews/sectionHeaders)

The header view of each `Section` will be pinned.

[`sectionFooters`](/documentation/SwiftUI/PinnedScrollableViews/sectionFooters)

The footer view of each `Section` will be pinned.



---

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)