views:

170

answers:

0

If I return NO in the following method...

- (BOOL)webView:(UIWebView*)webView shouldStartLoadWithRequest:(NSURLRequest*)request navigationType:(UIWebViewNavigationType)navigationType

...the grey link highlight around the link that was pressed gets left behind. Is there someway to dismiss the highlight? FYI, I return NO on certain links because I want to do something other than load new content in the web view.