tableView(_:didUnhighlightRowAt:)
Tells the delegate that the highlight was removed from the row at the specified index path.
Declaration
optional func tableView(_ tableView: UITableView, didUnhighlightRowAt indexPath: IndexPath)Parameters
- tableView:
The table view that removed the highlight from the cell.
- indexPath:
The index path of the row that had its highlight removed.