Skip to content

Commit

Permalink
ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
ccgus committed Feb 11, 2013
1 parent 09d47b9 commit 26f18fd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions EGOTextView/EGOTextView.m
Expand Up @@ -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;
Expand Down

0 comments on commit 26f18fd

Please sign in to comment.