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
try using a UIButton and use the 'touch drag enter' connection in Interface Builder.