I am using - (void) touchesMoved to do stuff when ever I enter a specific frame, in this case the area of a button.
- (void) touchesMoved
My problem is, I only w
Simply add a BOOL that you check in touchesMoved and reset in touchesEnded
Simply add a BOOL