iOSではNSURLConnectionを使用しています-
NSURLConnection *aConnection = [[NSURLConnection alloc....
違いはありますか:
[aConnection cancel];
と
aConnection = nil;
ありがとう
iOSではNSURLConnectionを使用しています-
NSURLConnection *aConnection = [[NSURLConnection alloc....
違いはありますか:
[aConnection cancel];
と
aConnection = nil;
ありがとう