Pixel-Position of Cursor in UITextView
- by Raphael Schaad
Hello,
is there a way of getting the position (CGPoint) of the cursor in an UITextView (preferable relative to its content). I don’t mean the location as an NSRange. I need something around:
- (CGPoint)cursorPosition;
Thanks, Raphael