2

プログラム フローが NSLog-Message のあるブロックに到達することはありません。ここで何か不足していますか?

[NSURLConnection 
    sendAsynchronousRequest:req  
    queue: [NSOperationQueue mainQueue] 
    completionHandler: ^(NSURLResponse *response_, NSData *data_, NSError *error_) {
         NSLog(@"Why am I not being called %@", data_);
    }];
4

0 に答える 0