UITextView inside UITableViewCell - touch go through if not clicking on a link
问题 I'm trying to have the advantage of the UITextView with Data Detector Types inside a TableViewCell that is itself clickable. The only thing is, I need the UITextView's links to be clickable, so userInteractionEnabled = YES, unfortunately this will prevent any touch going through to the UITableViewCell. Of course the UITextView can't be edited, I also subclassed it refusing it to be first responder to avoid selecting text in it. The only thing I need, is detecting that if a user touch the