-(BOOL) webView:(UIWebView *)webView shouldStartLoadWithRequest:(NSURLRequest *)request navigationType:(UIWebViewNavigationType)navigationType
{
}
iOS 点击WebView中的链接,跳转指定控制器
原文:http://www.cnblogs.com/coolcold/p/6078741.html