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

touchesMoved gets called w/ iphone 6s #55

Open bluekite2000 opened 8 years ago

bluekite2000 commented 8 years ago

This doesnt happen with iphone6. I think 3d touch is messing it up. Can you fix?

anthonycastelli commented 8 years ago

Same issue here. It appears this is always called no matter what

geek-paulwong commented 7 years ago

+1 Please help. The same issue is also happening to iPhone 7, and 7 Plus. Thank you!

Hi @bluekite2000 and @anthonycastelli do you have a solution by now? ;)

anthonycastelli commented 7 years ago

A workaround I came up with was this: https://github.com/anthonycastelli/KILabel/commit/4a7f8c45eff68a1a14f1534c0f9bd98b9d562f8e Seemed to work for me

geek-paulwong commented 7 years ago

@anthonycastelli Wow, thank you so much!! ;)))

anthonycastelli commented 7 years ago

@geek-paulwong No problem!

LuAndreCast commented 7 years ago

thanks! @anthonycastelli