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

# UITableViewCell.AccessoryType.disclosureIndicator

A chevron-shaped control for presenting new content.

## Declaration

```swift
case disclosureIndicator
```

## Discussion

Discussion Choose this type when you want taps in the accessory view to display new content. Connect the accessory view itself to a push segue to display that content. The table view doesn’t call the delegate’s tableView(_:accessoryButtonTappedForRowWith:) method in response to touch events in this accessory view.

## See Also

### Accessory views

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