Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 uitableviewcell 中放置了一个 web 视图
问题 :
在点击或触摸 uiwebview 时不调用 didSelectRowAtIndexPath
知道如何克服这个问题吗?
谢谢 :)
设置webView.userInteractionEnabled = NO;。
webView.userInteractionEnabled = NO;