- highlighted
- true to highlight the cell, false to unhighlight.
- animated
- true to animate the highlight transition, false to make the transition immediate.
Highlights or unhighlights the cell, animating the transition if animated is true. Highlighting changes the appearance of the cell's labels, image, and background.
For highlighting to work properly, set the UILabel.HighlightedTextColor for the two labels (UITableViewCell.TextLabel and UITableViewCell.DetailTextLabel), and set the UImageView.HighlightedImage property on the cell's UITableViewCell.ImageView.
Custom cells can override this method to make additional changes when transitioning between states.