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

Shouldn't highlight when just '@' sign #33

Open crisogray opened 9 years ago

crisogray commented 9 years ago

Hi, more of an enhancement than a question.

I don't think it should be too difficult to add but I think that if there is no string attached to the '@' sign then it shouldn't be highlighted

This would help for when the '@' sign is used as part of a sentence

Thanks

omasabdullah commented 9 years ago

I submitted a Pull Request to handle this in PR #34