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

Doesn't detected HasTag string #80

Open maulikpat opened 6 years ago

maulikpat commented 6 years ago

Hello,

I am trying to set only has tag detection with lblHashTag.linkDetectionTypes = KILinkTypeHashtag but its not working.

I have to lblHashTag.linkDetectionTypes = KILinkTypeHashtag | KILinkTypeURL;

Any suggestion ?