---
title: sectionFootersPinToVisibleBounds
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uicollectionviewflowlayout/sectionfooterspintovisiblebounds
---

# sectionFootersPinToVisibleBounds

A Boolean value that indicates whether footers pin to the bottom of the collection view bounds during scrolling.

## Declaration

```swift
var sectionFootersPinToVisibleBounds: Bool { get set }
```

## Discussion

Discussion When this property is true, section footer views scroll with content until they reach the bottom of the screen, at which point they are pinned to the lower bounds of the collection view. Each new footer view that scrolls to the bottom of the screen pushes the previously pinned footer view offscreen. The default value of this property is false.

## See Also

### Pinning headers and footers

- [sectionHeadersPinToVisibleBounds](uikit/uicollectionviewflowlayout/sectionheaderspintovisiblebounds.md)
