Skip to content

Instantly share code, notes, and snippets.

@nhindman
Created February 12, 2015 17:47
Show Gist options
  • Select an option

  • Save nhindman/2c7ab6db4b38844dc42f to your computer and use it in GitHub Desktop.

Select an option

Save nhindman/2c7ab6db4b38844dc42f to your computer and use it in GitHub Desktop.
[[[URXTerm alloc] initWithKeywords:@"ellie goulding"] searchAsynchronouslyWithSuccessHandler:^(URXSearchResponse *searchResponse) {
// Handle Search Results
} AndFailureHandler:^(URXAPIError *searchError) {
// Handle Error
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment