I have an NSTextView and require the coordinates of the insertion point to display a view there upon user interaction.
There is a function to get the character index from an NSPoint. I am wondering if there is any easy way to do the opposite?
Thanks for any help!