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

UITableViewCells tap not getting recognised when used along with a UIGestureRecogniser #73

Closed genaks closed 7 years ago

genaks commented 7 years ago

I am using KILabels in my UITableViewCells where I need to make the hashtags and usernames tappable. I also need the UITableViewCells to show options to the user either by swiping the cell to the left or by long pressing on the UITableViewCell. The thing is the KILabel is not catching the taps when used along with the swipe options or with the long press UIGestureRecogniser.

HackShitUp commented 7 years ago

@genaks were you able to solve this? I have a similar issue with this as well...

genaks commented 7 years ago

@HackShitUp You can follow the Guferos' comment from here to solve this issue.

HackShitUp commented 7 years ago

@genaks awesome, thank you so much! :)

genaks commented 7 years ago

@HackShitUp most welcome.