Contents

sectionFootersPinToVisibleBounds

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

Declaration

var sectionFootersPinToVisibleBounds: Bool { get set }

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