Undo with multitouch drawing in iOS
问题 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 rights, I followed this link How to ignore certain UITouch Points in multitouch sequence Everything is working fine, but their is some problem with undo when I write with my hand touching the screen, otherwise it works fine. Below is my code -(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event { UITouch* topmostTouch = self.trackingTouch; for