I have a UITextView that I want to be able to recognize another developers app links.
The iPhone notepad app detects the link from that developer and when i tap on it notepad opens the other developer's app correctly. but when the same link is in my UITextView it shows up as non-tappable plain text.
I have my UITextView to detect all data types in the storyboard.