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

can't tap when text is relayout #27

Open vhosune opened 9 years ago

vhosune commented 9 years ago

If the text relayout itself because of the gray highlight and the text append to be in a new line, linkAtPoint in touchesEnded will return an empty touchedLink

schickling commented 9 years ago

I was looking very long for the reason of this problem until I realized it's an issue with KILabel. A fix would be very appreciated! :+1:

vhosune commented 9 years ago

I have one pending pull

schickling commented 9 years ago

Great! @Krelborn any thoughts on this?