---
title: topSeparatorInsets
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uilistseparatorconfiguration-swift.struct/topseparatorinsets
---

# topSeparatorInsets

Insets to apply to the top separator of the item the configuration applies to.

## Declaration

```swift
var topSeparatorInsets: NSDirectionalEdgeInsets { get set }
```

## Discussion

Discussion The default value is automaticInsets.

## See Also

### Configuring separator insets

- [bottomSeparatorInsets](uikit/uilistseparatorconfiguration-swift.struct/bottomseparatorinsets.md)
- [automaticInsets](uikit/uilistseparatorconfiguration-swift.struct/automaticinsets.md)
