ios - touchesEnded:withEvent: is not called -


if tap screen fast 2 fingers, touchesbegan called, touchesended not called 1 of touches.

i've googled crazy , seems serious issue people have been having since @ least 2010. apparently hasn't been fixed. know of workaround or there way determine touches without 4 methods or gesture recognizers? (they tend cause delay isn't practical me.)

by way, 4 methods implemented. appreciate thoughts on i'm lose mind. thanks.

i suppose little late , apple may have fixed issue, solution place 4 touch handling methods in appdelegate.m file , forward touches view controller. don't know why works or how figured out, solution. wrong assume xcode sample project had touches working properly, know. hope helps someone.


Comments

Popular posts from this blog

c++ - How to add Crypto++ library to Qt project -

jQuery Mobile app not scrolling in Firefox -

how to receive file in java(servlet/jsp) -