开发者

IPhone UITableView selected visual when cell is a WebView

开发者 https://www.devze.com 2023-01-31 15:48 出处:网络
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 experie

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

精彩评论

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