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

# UICollectionLayoutListAppearance

Constants that describe the appearance of the list.

```
enum UICollectionLayoutListAppearance : NSInteger;
```

## Topics

### List Appearances

[`UICollectionLayoutListAppearancePlain`](/documentation/UIKit/UICollectionLayoutListAppearance/UICollectionLayoutListAppearancePlain)

The plain list appearance.

[`UICollectionLayoutListAppearanceGrouped`](/documentation/UIKit/UICollectionLayoutListAppearance/UICollectionLayoutListAppearanceGrouped)

The grouped list appearance.

[`UICollectionLayoutListAppearanceInsetGrouped`](/documentation/UIKit/UICollectionLayoutListAppearance/UICollectionLayoutListAppearanceInsetGrouped)

The inset grouped list appearance.

[`UICollectionLayoutListAppearanceSidebar`](/documentation/UIKit/UICollectionLayoutListAppearance/UICollectionLayoutListAppearanceSidebar)

The sidebar list appearance.

[`UICollectionLayoutListAppearanceSidebarPlain`](/documentation/UIKit/UICollectionLayoutListAppearance/UICollectionLayoutListAppearanceSidebarPlain)

The plain sidebar list appearance.



---

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)