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.
N回の遅れがありますが、まとめてNSURLConnectionキャンセルしたいということです。1つずつNSURLConnectionキャンセルできることを知っていますNSURLConnection
NSURLConnection
助けはありますか?
それらをすべて に格納しNSArray、配列を反復処理してそれぞれをキャンセルすることができます。
NSArray
NSOperationQueue各接続をとして追加することにより、を使用できますNSOperation。すべての接続を停止する場合は、メソッドを使用してキューを強制終了できますcancelAllOperations。
NSOperationQueue
NSOperation
cancelAllOperations