KILabel icon indicating copy to clipboard operation
KILabel copied to clipboard

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.

Results 52 KILabel issues
Sort by recently updated
recently updated
newest added

just like @abc with red color # abc with blue color http://www.google.com with grey color thank you

Instagram style support where a tappable username doesn't have an @ sign in front of it.

enhancement

After adding KILabel in UITableView, scrolling became slow

I have tested this out and the label doesnt seem to detect the second (or anything after the first) tag if you do not place a space in between the...

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?

Revise Regular Expression to fit Weibo @username

I have a tableview where cells display a KILabel, when I tapped a cell (not the kilabel link), I get the wrong indexpath, I get the previous indexPath selected. If...

I want to link a userName without '@', but I do not found a way to do it. Counld anyone tell me the way ? Thanks a lot.

let label = KILabel() label.textColor = UIColor.darkGrayColor() label.font = UIFont.systemFontOfSize(20) I change the font from 15 to 20 ,the result is same.(the word is small)

Hi, Matthew. I have found your awesome project. In my application it need to have phones detection (it is common thing, isn't it?) too, so i reworked your project a...