ios-UITextView|ios-UITextView 添加手势响应不灵敏

【ios-UITextView|ios-UITextView 添加手势响应不灵敏】遵守 UIGestureRecognizerDelegate协议,确定手势同时响应的条件

- (BOOL)gestureRecognizer:(UIGestureRecognizer *)gestureRecognizer shouldRecognizeSimultaneouslyWithGestureRecognizer:(UIGestureRecognizer *)otherGestureRecognizer { return true; }

    推荐阅读