<!--
{
  "availability" : [
    "iOS: 14.5.0 -",
    "iPadOS: 14.5.0 -",
    "macCatalyst: 14.5.0 -",
    "tvOS: -",
    "visionOS: 1.0.0 -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIListSeparatorAutomaticInsets",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@UIListSeparatorAutomaticInsets"
  },
  "title" : "UIListSeparatorAutomaticInsets"
}
-->

# UIListSeparatorAutomaticInsets

A constant that specifies a placeholder size for separator insets.

```
extern const NSDirectionalEdgeInsets UIListSeparatorAutomaticInsets;
```

## Discussion

Use the values from the edges in this constant to indicate that an edge’s inset needs replacement with an appropriate value according to the context.

---

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)