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

KILinkTapHandler only working when Activate Breakpoints #44

Closed wilferrel closed 8 years ago

wilferrel commented 8 years ago

I literally copied and pasted the KILabelTableViewController into my project I can see the tableview and hash tags I can also see the shadow highlighting effect on hashtage but never reaches call back until I Activate Breakpoint. Has anyone had this issue?

wilferrel commented 8 years ago

Closing issue, I figured it out. I had a UITapGestureRecognizer on view that was interfering with label. All I needed to do was add [tap setCancelsTouchesInView:NO]; It was hard to initially see because I had added that to Base View Controller. anyways thanks for control.

VansonLeung commented 8 years ago

Me too +1