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

# bottomSeparatorInsets

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

## Declaration

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

## Discussion

Discussion The default value is automaticInsets.

## See Also

### Configuring separator insets

- [topSeparatorInsets](uikit/uilistseparatorconfiguration-swift.struct/topseparatorinsets.md)
- [automaticInsets](uikit/uilistseparatorconfiguration-swift.struct/automaticinsets.md)
