Skip to content

Instantly share code, notes, and snippets.

@matzew
Created February 5, 2013 18:07
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 matzew/369f6d43389d5564cbdc to your computer and use it in GitHub Desktop.
Save matzew/369f6d43389d5564cbdc to your computer and use it in GitHub Desktop.
- (void)applicationWillResignActive:(UIApplication *)application
{
  /// On pipeline level ??????
  .... [pipeline cancelAllRequests];
  
  /// OR ..... per pipe???
  
  ...
     [pipe cancle];
  ...
  
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment