---
title: reservedLayoutWidth
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uicellaccessory-swift.struct/disclosureindicatoroptions/reservedlayoutwidth
---

# reservedLayoutWidth

The layout width that the system reserves for the accessory, and then centers the accessory within.

## Declaration

```swift
var reservedLayoutWidth: UICellAccessory.LayoutDimension
```

## Discussion

Discussion Use this property to ensure consistent horizontal alignment from both system and custom accessories to your content, even when the accessories vary in size. The reserved layout width only affects the amount of space for the accessory, and its positioning within that space. It doesn’t affect the size of the accessory.

## See Also

### Accessing configuration options

- [isHidden](uikit/uicellaccessory-swift.struct/disclosureindicatoroptions/ishidden.md)
- [tintColor](uikit/uicellaccessory-swift.struct/disclosureindicatoroptions/tintcolor.md)
