Contents

UITableViewCell.AccessoryType.detailDisclosureButton

An information button and a disclosure (chevron) control.

Declaration

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:)method to respond to touch events in the detail button.

See Also

Accessory views