The situation I'm trying to solve is this: There's a large textview that the user can type text into. There's also a tableview full of pre-defined defaults that the user can simply drag over and drop on the textview. All this works fine as long as the textview is empty, or they just want to append text to the end, but can anyone think of a way that I could let the user drag the text over and drop it in the middle of a paragraph, and be able to tell where exactly they want it inserted?
Thank you for any help,
Thank you for any help,