Skip to content

Instantly share code, notes, and snippets.

@baobao
Created July 3, 2021 01:35
Show Gist options
  • Select an option

  • Save baobao/d5d20ffecdcf1cebdfe34fb97cb19478 to your computer and use it in GitHub Desktop.

Select an option

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