0

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?

Sam Jarman
  • 7,277
  • 15
  • 55
  • 100

1 Answers1

0

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.

Sam Jarman
  • 7,277
  • 15
  • 55
  • 100