Hi,
I am trying to create a custom UITextView that looks for specific words in the text, highlights those words and shows a definition on clicking the text. I have been able to find the words and highlight them. I am wondering if there is anyway I can display the definition on a touch event of that word in the text block(in any way (eg. alert, bottom of screen, under word, etc..)).
Is there anything in UIStringAttributes I can use for the AttributedText that would allow me to create an event?