September 2011
2 posts
5 tags
Using GCD and Blocks Effectively →
dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_LOW, 0), ^{ NSURL *url = [NSURL URLWithString:@"http://bit.ly/nUX01h"]; NSURLRequest *req = [NSURLRequest requestWithURL:url]; [NSURLConnection sendAsynchronousRequest:req queue:[NSOperationQueue currentQueue] completionHandler: ^(NSURLResponse *res,...
Sep 21st
27 notes
4 tags
Sep 7th
4 notes