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

How to use ignoredKeywords? #66

Open jayjayesh opened 8 years ago

jayjayesh commented 8 years ago

i want to ignore dot [.] detection from "@user.name"
i have tried [cell.kiLable setIgnoredKeywords:[NSSet setWithObject:@"."]]; But it won't work.

Any suggestion guys?