UITableViewCell.AccessoryType.detailDisclosureButton
An information button and a disclosure (chevron) control.
Declaration
case detailDisclosureButtonDiscussion
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.