<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UITableViewCell/AccessoryType-swift.enum/detailDisclosureButton",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UITableViewCellAccessoryType@UITableViewCellAccessoryDetailDisclosureButton"
  },
  "title" : "UITableViewCell.AccessoryType.detailDisclosureButton"
}
-->

# UITableViewCell.AccessoryType.detailDisclosureButton

An information button and a disclosure (chevron) control.

```
case detailDisclosureButton
```

## 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:)`](/documentation/UIKit/UITableViewDelegate/tableView(_:accessoryButtonTappedForRowWith:))method to respond to touch events in the detail button.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)