Contents

UITableViewCell.AccessoryType.disclosureIndicator

A chevron-shaped control for presenting new content.

Declaration

case disclosureIndicator

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