Detect ANY touch in a view (iPhone SDK)
- by David
Hello,
I'm currently using ...
- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event {
- (void)touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event {
- (void)touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event {
to detect swipes. I've got everything working. The only problem is if the user touches on top of something (eg a…