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

Create example using UITableView #9

Closed songhanghang closed 9 years ago

songhanghang commented 9 years ago

this method can not come in,I think may be touch Event is can not catch,But I can not solve issue

Krelborn commented 9 years ago

Will expand the demo application to show example working in a table.

Example will demonstrate:

Krelborn commented 9 years ago

There is now a simple example of KILabel working in a UITableView. Row sizing is dynamic and touches work as expected. Will be included in 1.0.0 release.

songhanghang commented 9 years ago

thanks