I'm subclassing UITableViewCell and adding two subviews (image, UILabel).
When the row is touched. There's no cell highlighting indicating the cell was selected.
I'm pretty sure I missed something, not sure how to handle highlighting for subclassed cell.
Any help would be appreciated. Thanks.