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

Click Not working in UITableViewCell #79

Closed Mahan3340 closed 6 years ago

Mahan3340 commented 6 years ago

Followed instruction on and tap its not working in UITableViewCell , swift 4

satya-p91 commented 3 years ago

hi @Mahan3340 I am having the same issue. Did you found any solution for this?

Mahan3340 commented 3 years ago

@satya-p91 I guess there was sth wrong with my code at that time. I think I was using a UITapGestureRecognizer somewhere but I don't quite remember as I used it years ago. This is a pretty old repo so I think you can also clone the project and add the code manually to modify and debug it; I remember doing this a lot when I was looking for a similar library at that time.

satya-p91 commented 3 years ago

@Mahan3340 Okay Thanks!