How to ignore certain UITouch Points in multitouch sequence
问题 I am working on a drawing app for ipad, I am providing full screen for drawing. So as we all now, user might write with his wrist support or by resting his hand on the screen. So my aim is to allow the user to write freely with his wrist/hand support. But the app should only detect finger drawing, or ignore/reject wrist and hand touches and delete them I started working on it , I created a sample project with multitouch enabled. Below is my code - (void)touchesBegan:(NSSet *)touches withEvent