tableView(_:didHighlightRowAt:)
Tells the delegate that the specified row was highlighted.
Declaration
optional func tableView(_ tableView: UITableView, didHighlightRowAt indexPath: IndexPath)Parameters
- tableView:
The table view that highlighted the cell.
- indexPath:
The index path of the row that was highlighted.