iOS 点击WebView中的链接,跳转指定控制器

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

{

  

}

原文地址:https://www.cnblogs.com/coolcold/p/6078741.html