Skip to content

Instantly share code, notes, and snippets.

@baobao
Created July 3, 2021 01:35
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 baobao/d5d20ffecdcf1cebdfe34fb97cb19478 to your computer and use it in GitHub Desktop.
Save baobao/d5d20ffecdcf1cebdfe34fb97cb19478 to your computer and use it in GitHub Desktop.
NSURL *downloadURL = [NSURL URLWithString:path];
NSURLRequest *request = [NSURLRequest requestWithURL:downloadURL];
self.downloadTask = [self.session downloadTaskWithRequest:request];
[self.downloadTask resume];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment