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.
sendAsynchronousRequest:queue:completionHandler:nsurlconnection のクラス関数を使用しています。この接続をキャンセルするにはどうすればよいですか?
sendAsynchronousRequest:queue:completionHandler:
できません。URL リクエストをキャンセルするオプションが必要な場合は、デリゲート ベースのメソッドを使用する必要がありNSURLConnectionますconnectionWithRequest:delegate:。
NSURLConnection
connectionWithRequest:delegate: