views:

122

answers:

0

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");     
  }