Getting UIResponder touches
Posted
by cocoatoucher
on Stack Overflow
See other posts from Stack Overflow
or by cocoatoucher
Published on 2009-07-26T15:52:41Z
Indexed on
2010/03/17
16:41 UTC
Read the original article
Hit count: 485
iphone
|cocoa-touch
Without subclassing a UIResponder class(e.g. UIView) and overriding its touchesBegan:withEvent: method, is it possible to get informed of touch events of a UIResponder class?
This question was answered here.
© Stack Overflow or respective owner