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.
WebページがロードされたUIWebViewがあります。このWebページは単純です-どこかに続く1つの画像 xcodeで処理するためにテーピングした後にこのURLを受け取るにはどうすればよいですか?同じWebビューでこのリンクを開きたくありません(今何が起こっているのか)。ヒントをありがとう。
このデリゲート関数を使用します。
-(BOOL)webView:(UIWebView *)webView shouldStartLoadWithRequest:(NSURLRequest *)request navigationType:(UIWebViewNavigationType)navigationType{ NSURL *regURL=[request URL]; NSString *urlString=[regURL absoluteString]; }