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.
私のアプリには、単一のUIWebViewに順番にロードしたいURLの配列があります。したがって、それぞれが前のものがロードを完了するのを待ってから発射します。
これを行うための最良の方法はどのようになりますか?
UIWebViewデリゲートを自分自身に設定し、次の関数を追加します
UIWebView
- (void)webViewDidFinishLoad:(UIWebView *)webView { //Load the other request }