Skip to content

Instantly share code, notes, and snippets.

@spacedrabbit
Created December 2, 2014 22:25
Show Gist options
  • Save spacedrabbit/881f2b2e6217be41b991 to your computer and use it in GitHub Desktop.
Save spacedrabbit/881f2b2e6217be41b991 to your computer and use it in GitHub Desktop.
NSLog(@"You want a response? %@", responseObject); // 1
NSURL * pugURL = [NSURL URLWithString:responseObject[@"pug"]];
[self.bombAssPugBomb addObject:responseObject[@"pug"]]; //2
NSURLRequest * pugImageRequest = [NSURLRequest requestWithURL:pugURL];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment