Skip to content

Instantly share code, notes, and snippets.

@an-indya
Created May 13, 2018 03:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save an-indya/46e9ac62eec64a3eb07f0986a81b32dc to your computer and use it in GitHub Desktop.
Save an-indya/46e9ac62eec64a3eb07f0986a81b32dc to your computer and use it in GitHub Desktop.
[NSURLConnection sendAsynchronousRequest:request
queue:[NSOperationQueue mainQueue]
completionHandler:^(NSURLResponse *response, NSData *data, NSError *error) {
[self doSomethingWithData:data];
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment