I have a UITextView object. The text in UIView has a phone number, mail link, a website link. I want to show them as links with following functionality.
I'm curious, do you have control over the text shown? If so, you should probably just stick it in a UIWebView and throw some links in there to do it "the right way".