-(void) connection:(NSURLConnection *)connection didReceiveResponse:(NSURLResponse *)response { [UIApplication sharedApplication].networkActivityIndicatorVisi
As long as I know, NSURLResponse does not update that property. You need to use NSHTTPURLResponse instead...