Hi,
Is there a way to know if the hitTest:withEvent: method is being thrown because of a touchesBegan, touchesMoved or touchesEnded event?
by now I only do:
if([event type]==UIEventTypeTouches)
{
}
but this is not exclusive enough
Hi,
Is there a way to know if the hitTest:withEvent: method is being thrown because of a touchesBegan, touchesMoved or touchesEnded event?
by now I only do:
if([event type]==UIEventTypeTouches)
{
}
but this is not exclusive enough
Nevermind, found it here: http://stackoverflow.com/questions/1856411/what-works-to-pass-touches-through-to-and-display-all-subviews