Hi, I have subclassed a view and implemented its touchesBegan() method to detect a touch event. I'm able to detect multi-touch event in this way. But I couldn't detect a sequential touch. That is, when I press the screen (I get an event for the first touch) without releasing the first finger, and follow up by pressing the screen again in another location with a second finger, the second touch did not generate an event. Is there a way to get an event for the second touch?
Last edited: