vote up 0 vote down star

I'm trying to catch when a user stops interacting with a UIWebView. I've added this code to my UIWebView, but it never seems to get called.

 - (void)touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event { 
     NSLog(@"Touches ended");     
  }
flag

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.