I have a UITextView inside a UITableViewCell in a table. \"editable\" for the UITextView is turned off, which allows me to set dataDetectorTypes to UIDataDetectorTypeAll, which
Maybe you could try passing the touch up the responder chain.
- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event { [super touchesBegan:touches withEvent:event]; }