How to effectively process UITouches in a multitouch sequence
问题 I am working with multitouch while writing, So basically what I am doing is, I am writing with hand support, because typically, its how user writes, I followed this link How to ignore certain UITouch Points in multitouch sequence Everything is working fine with single touch, but their is some problem when I write with my hand touching the screen i.e multiple UItouches Below is my code In touches began, I go through all touches and I find the touch with highest y position, below is my code