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

Low performance #54

Open ampilogov opened 8 years ago

ampilogov commented 8 years ago

After adding KILabel in UITableView, scrolling became slow

loicgriffie commented 8 years ago

Same here. I guess the following methods - (NSArray *)getRangesForXXXX could be done in background thread

danteppc commented 8 years ago

You really need to update this project