<!--
{
  "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/UICollectionLayoutListHeaderMode",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UICollectionLayoutListHeaderMode"
  },
  "title" : "UICollectionLayoutListHeaderMode"
}
-->

# UICollectionLayoutListHeaderMode

Constants that describe the list’s header mode.

```
enum UICollectionLayoutListHeaderMode : NSInteger;
```

## Topics

### Header modes

[`UICollectionLayoutListHeaderModeNone`](/documentation/UIKit/UICollectionLayoutListHeaderMode/UICollectionLayoutListHeaderModeNone)

No headers are shown.

[`UICollectionLayoutListHeaderModeSupplementary`](/documentation/UIKit/UICollectionLayoutListHeaderMode/UICollectionLayoutListHeaderModeSupplementary)

A header mode that uses supplementary views to show headers.

[`UICollectionLayoutListHeaderModeFirstItemInSection`](/documentation/UIKit/UICollectionLayoutListHeaderMode/UICollectionLayoutListHeaderModeFirstItemInSection)

A header mode that styles the first item in a section as a header.



---

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)