---
title: UICollectionLayoutListConfiguration.FooterMode.supplementary
framework: uikit
role: symbol
role_heading: Case
path: uikit/uicollectionlayoutlistconfiguration-swift.struct/footermode-swift.enum/supplementary
---

# UICollectionLayoutListConfiguration.FooterMode.supplementary

A footer mode that uses supplementary views to show footers.

## Declaration

```swift
case supplementary
```

## Discussion

Discussion Choose this footer mode to use supplementary views with elementKindSectionFooter as the section footer. By default, lists that use the UICollectionLayoutListConfiguration.Appearance.plain and UICollectionLayoutListConfiguration.Appearance.sidebarPlain list appearances use pinned footers. You must use this footer mode if you want to opt into this default pinning behavior.

## See Also

### Footer modes

- [UICollectionLayoutListConfiguration.FooterMode.none](uikit/uicollectionlayoutlistconfiguration-swift.struct/footermode-swift.enum/none.md)
