简体   繁体   中英

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 feed 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM