Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在创建一个使用 UIWebViews 的应用程序,并且想知道是否可以在不同的视图中打开用户在原始 webview 中单击的链接?
您不能UIWebView自动为您执行此操作,但如果您需要,这里有一个大致的实施方案:
UIWebView
shouldStartLoadWithRequest:
return NO;
loadRequest: