diff --git a/EGOTextView/EGOTextView.m b/EGOTextView/EGOTextView.m index a72d473..11bba6c 100644 --- a/EGOTextView/EGOTextView.m +++ b/EGOTextView/EGOTextView.m @@ -1341,6 +1341,12 @@ - (CGRect)caretRectForPosition:(UITextPosition *)position { EGOIndexedPosition *pos = (EGOIndexedPosition *)position; return [self caretRectForIndex:pos.index]; } + + +- (NSArray *)selectionRectsForRange:(UITextRange *)range { + return [NSArray array]; +} + /* - (UIView *)textInputView { return _textContentView;