Showing posts with label touches. Show all posts
Showing posts with label touches. Show all posts

Monday, May 14, 2012

UIView, how to determine when touches entered the view


It appears that all the touch methods of a UIView are only called if the touches began within the bounds of that view. Is there a way to have a view respond to a user who has touched outside the view, but then dragged his fingers into the view?