How to create Smartlinks on a iOS messaging app

How to create Smartlinks on my iOS messaging app? For example, would like the below address to be as a link on my iOS messaging app, where can I find the documentation for the API by Apple : University Ave, Palo Alto, CA 94301


If you see, this address is a link on iMessage or WhatsApp or on SnapChat

Replies

If you're asking how to turn an address into a link, you've got a couple options. At a low (non-UI) level there's NSDataDetector which will find links in strings. At the higher (UI) level, UITextView has a property called dataDetectorTypes that will let you specify what types of links you want to enable in that text view.