I'm trying to figure out whether a user's finger leaves a view using touchesMoved. I checked UITouch's class reference and found that the view property returns the view where the touch initially was. I can't seem to figure out how to find the view in which the touch currently resides, say the touch moves. Any suggestions? All advice is appreciated!