Krelborn / KILabel

A simple to use drop in replacement for UILabel for iOS 7 and above that highlights links such as URLs, twitter style usernames and hashtags and makes them touchable.
MIT License
470 stars 132 forks source link

Add phone number support #23

Closed lokielse closed 9 years ago

Krelborn commented 9 years ago

Thanks for the pull request. Actually this is already implemented on the development branch for the next release.

From version 1.1.0 phone numbers and other custom link types can be support through the use of link classifiers. I've implemented a regex based detector that works with regexes and data detectors. Have a look at the develop branch. Cheers.