---
title: isHidden
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uicellaccessory-swift.struct/deleteoptions/ishidden
---

# isHidden

A Boolean value that determines whether the cell hides the accessory.

## Declaration

```swift
var isHidden: Bool
```

## Discussion

Discussion A hidden accessory takes up space in the layout, but it isn’t visible and doesn’t provide any behaviors. Use this property to achieve a consistent layout across cells when some cells show this type of accessory and others don’t.

## See Also

### Accessing configuration options

- [reservedLayoutWidth](uikit/uicellaccessory-swift.struct/deleteoptions/reservedlayoutwidth.md)
- [tintColor](uikit/uicellaccessory-swift.struct/deleteoptions/tintcolor.md)
- [backgroundColor](uikit/uicellaccessory-swift.struct/deleteoptions/backgroundcolor.md)
