Detect taps of links/numbers in UITextView

616 views Asked by At

theres no way to detect weather the user taped on a phone number and/or link in a UITextView is there?

There doesn't seem to be a delegate method for it.

Any ideas?

1

There are 1 answers

0
Sam Jarman On BEST ANSWER

You cant with UITextFied, but if you use a webview and get it to load a string with html tags for links, you can use the should load method to detect whats doing.