- tableView
- Table view containing the row.
- cell
- Cell view that is going to be used to draw the row.
- indexPath
- Location of the row.
Use this method to override properties of the cell before it is rendered (such as selection status or background color). After this method has been called, the table view will only modify the Alpha and Frame properties as it animates them (if required).
Declared in [UITableViewDelegate]