Hello,
when I type (for example)
twitter://test
in the notes app from apple, it becomes a highlighted link to the "Twitter"-App.
I would like to have the same behaviour within a UITextView. DataDetection is enabled and normal http-Links are detected. But the UITextField doesn't detect URL schema like "twitter://..." or "comgoolgemap://..." or "castro://..." etc.
What do I have to do to get the same behaviour like in the "Notes"-App? Thank you for any help.