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?
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?
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.