开发者

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜