Skip to content

Instantly share code, notes, and snippets.

@BitPuffin
Created February 24, 2014 13:46
Show Gist options
  • Save BitPuffin/9188698 to your computer and use it in GitHub Desktop.
Save BitPuffin/9188698 to your computer and use it in GitHub Desktop.
cancelDownloads = ^void() {
NSLog(@"Cancelling download!");
cancelled = YES;
[operationQueue cancelAllOperations];
cancelDownloads = defaultCancelBlock;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment