How can I get the exact position of the cursor in a UITextview in iPhone. I know that the location of the cursor can be get by using
‘text_view.selectedRange.location’.
I want the X and Y co-ordinates of the cursor. How can I do this?
How can I get the exact position of the cursor in a UITextview in
Share
cursorPoint contains the point.