How can we handle multiple NSURLConnection in iPhone Xcode?
问题 I am developing one small app in which i have multiple NSURLConnection.I have created that NSURL Connection but i don't know how to handle it.My code is like below. -(void) loadTrafficAndEvent { int a=10; //Get the map view bounds for fetch the travel time markers from web service MKCoordinateRegion region = mapView.region; float print = region.center.latitude; // NSLog(@"region.center=%g",print); CGPoint firstcorner = CGPointMake(self.mapView.bounds.origin.x , mapView.bounds.origin.y);