---
title: UICellAccessory.OutlineDisclosureOptions.Style.cell
framework: uikit
role: symbol
role_heading: Case
path: uikit/uicellaccessory-swift.struct/outlinedisclosureoptions/style-swift.enum/cell
---

# UICellAccessory.OutlineDisclosureOptions.Style.cell

The style to use for a selectable cell with nested children.

## Declaration

```swift
case cell
```

## Discussion

Discussion When using this style, a tap on the outline disclosure accessory toggles the expansion state of the item. A tap on the cell selects the item itself.

## See Also

### Constants

- [UICellAccessory.OutlineDisclosureOptions.Style.automatic](uikit/uicellaccessory-swift.struct/outlinedisclosureoptions/style-swift.enum/automatic.md)
- [UICellAccessory.OutlineDisclosureOptions.Style.header](uikit/uicellaccessory-swift.struct/outlinedisclosureoptions/style-swift.enum/header.md)
