簡體   English   中英

iPhone UITableView在單元格是WebView時選擇了可視化

[英]IPhone UITableView selected visual when cell is a WebView

我的UITableView有一個自定義的Cell,它基本上是一個webView。

當用戶選擇webView時,我該如何反饋用戶的視覺反饋,例如單元格的閃爍等。

根據我的經驗,當我實現此方法時:

- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {   

該單元格將自動變為藍色,直到我取消選擇它為止。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM