Menu

Showing posts with label touchesEnded:withEvent method. Show all posts
Showing posts with label touchesEnded:withEvent method. Show all posts

touchesEnded:withEvent method

Explain touchesEnded:withEvent method


  • Gets called when the user lifts that finger off of the screen. Just like in the touchesMoved:withEvent: method, all we do is store off the final location in the lastTouch variable and indicate that the view needs to be redrawn.
Related Posts Plugin for WordPress, Blogger...