Skip to content

Instantly share code, notes, and snippets.

@Adam0101
Created May 19, 2011 15:46
Show Gist options
  • Save Adam0101/981074 to your computer and use it in GitHub Desktop.
Save Adam0101/981074 to your computer and use it in GitHub Desktop.
dl twitter search results
//Setup and start async download
NSURLRequest *request = [[NSURLRequest alloc] initWithURL:url];
NSURLConnection *connection = [[NSURLConnection alloc] initWithRequest:request delegate:self];
[connection release];
[request release];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment