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 133 forks source link

Preserve links already defined in NSAttributedString #49

Closed ristkof closed 8 years ago

ristkof commented 8 years ago

I needed to make sure that if a label already has links defined in its attributed string, those links were preserved. I added an example in the demo app as well.

ristkof commented 8 years ago

Will make new pull request with small bugfix