1) I would like to add a link to a UITextView. I know that if I put a url like http://stackoverflow.com in my text, it will automatically be recognized as a link. But is there a way to have a link for a word, and not only for a url ? Like in HTML : <a href="http://stackoverflow.com ">stackoverflow</a>
2) I would like to custom this link, and especially its color, font type, etc. Is there a way to add a property only for the link ?
If all this is complicated, do you see any better way to do it easily ?
Thank you !