1

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

Daniel
  • 20,420
  • 10
  • 92
  • 149

1 Answers1

0

Nevermind, found it here: What works to pass touches through to (and display all) subviews?

Community
  • 1
  • 1
Daniel
  • 20,420
  • 10
  • 92
  • 149