<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "tvOS: 14.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UICollectionLayoutListFooterMode/UICollectionLayoutListFooterModeSupplementary",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration Case",
  "symbol" : {
    "kind" : "Enumeration Case",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UICollectionLayoutListFooterMode@UICollectionLayoutListFooterModeSupplementary"
  },
  "title" : "UICollectionLayoutListFooterModeSupplementary"
}
-->

# UICollectionLayoutListFooterModeSupplementary

A footer mode that uses supplementary views to show footers.

```
UICollectionLayoutListFooterModeSupplementary
```

## Discussion

Choose this footer mode to use supplementary views with [`elementKindSectionFooter`](/documentation/UIKit/UICollectionView/elementKindSectionFooter) as the section footer.

By default, lists that use the [`UICollectionLayoutListAppearancePlain`](/documentation/UIKit/UICollectionLayoutListAppearance/UICollectionLayoutListAppearancePlain) and [`UICollectionLayoutListAppearanceSidebarPlain`](/documentation/UIKit/UICollectionLayoutListAppearance/UICollectionLayoutListAppearanceSidebarPlain) list appearances use pinned footers. You must use this footer mode if you want to opt into this default pinning behavior.

---

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)