Contents

UITableViewCell.AccessoryType.detailButton

An information button.

Declaration

case detailButton

Discussion

Choose this option to display a button that, when tapped, displays information about the row. Use your delegate’s tableView(_:accessoryButtonTappedForRowWith:) method to respond to taps in the button.

See Also

Accessory views