<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: -",
    "tvOS: 14.0.0 -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UICollectionLayoutListConfiguration-swift.struct/footerMode-swift.property",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "s:5UIKit35UICollectionLayoutListConfigurationV10footerModeAC06FooterG0Ovp"
  },
  "title" : "footerMode"
}
-->

# footerMode

The type of footer to use for the list.

```
var footerMode: UICollectionLayoutListConfiguration.FooterMode { get set }
```

## Discussion

The default value is [`UICollectionLayoutListConfiguration.FooterMode.none`](/documentation/UIKit/UICollectionLayoutListConfiguration-swift.struct/FooterMode-swift.enum/none).

---

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)