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 を使用するアプリを作成していますが、ユーザーが元の Web ビューでクリックしたリンクを別のビューで開くことができるかどうか疑問に思っていましたか?
これを自動的に行うことはできませんがUIWebView、必要な場合に実装する内容の大まかな概要を次に示します。
UIWebView
shouldStartLoadWithRequest:
return NO;
loadRequest: