---
title: UITableViewCell.AccessoryType.detailDisclosureButton
framework: uikit
role: symbol
role_heading: Case
path: uikit/uitableviewcell/accessorytype-swift.enum/detaildisclosurebutton
---

# UITableViewCell.AccessoryType.detailDisclosureButton

An information button and a disclosure (chevron) control.

## Declaration

```swift
case detailDisclosureButton
```

## Discussion

Discussion Choose this type when you want both an information button and a disclosure control. Connect the disclosure control to a push segue to display new content. Use the delegate’s tableView(_:accessoryButtonTappedForRowWith:)method to respond to touch events in the detail button.

## See Also

### Accessory views

- [UITableViewCell.AccessoryType.none](uikit/uitableviewcell/accessorytype-swift.enum/none.md)
- [UITableViewCell.AccessoryType.disclosureIndicator](uikit/uitableviewcell/accessorytype-swift.enum/disclosureindicator.md)
- [UITableViewCell.AccessoryType.checkmark](uikit/uitableviewcell/accessorytype-swift.enum/checkmark.md)
- [UITableViewCell.AccessoryType.detailButton](uikit/uitableviewcell/accessorytype-swift.enum/detailbutton.md)
