1

I've seen many similar questions on the web, i've tried many approaches but none worked.

I have a UITableview which contains custom cells and some UIWebViews, the problems is that i can't scroll the UITableView if the scroll starts on the UIWebview.

The closest I got is by setting webView.userInteractionEnabled to NO but then I can't access the link anymore...

Do you have any idea or pointers on how to do it ?

4

1 回答 1

0

利用 :

webview.scrollView.setuserInteractionEnabled = NO

反而。

于 2013-02-28T14:54:23.400 回答