IPhone UITableView selected visual when cell is a WebView
My UITableView has a custom Cell which is a webView basically.
When the user selected the webView, how can I give the user s visual fee开发者_如何学Cd back, like a flash of the cell etc.
In my experience when I implement this method:
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
The cell would automatically turn blue until I then deselect it.
精彩评论