uitableview - Fast UITableViewCell with a UIWebView ? -


problem:fast uitableviewcell uiwebview

  1. using uitapgesturerecognizer achieve uiwebview click event,but when click link in uiwebview, uitapgesturerecognizer , link event triggered. how solve it?

  2. cellforrowatindexpath code:

    uitapgesturerecognizer* singletap = [[uitapgesturerecognizer alloc] initwithtarget:self action:@selector(handlesingletap:)]; singletap.numberoftapsrequired = 1; singletap.numberoftouchesrequired = 1; singletap.view.tag = indexpath.row; singletap.delegate = self; singletap.cancelstouchesinview = no; [cell.wvcontent addgesturerecognizer:singletap]; // cell.wvcontent uiwebview 

click on row repeated trigger multiple times,how solve it?

its not advised use webview within tableview cell. both classses inherited scrollview :)


Comments

Popular posts from this blog

blackberry 10 - how to add multiple markers on the google map just by url? -

php - guestbook returning database data to flash -

delphi - Dynamic file type icon -