Skip to content

Instantly share code, notes, and snippets.

@syshen
Created March 3, 2015 08:13
Show Gist options
  • Select an option

  • Save syshen/2790215826615daaeeda to your computer and use it in GitHub Desktop.

Select an option

Save syshen/2790215826615daaeeda to your computer and use it in GitHub Desktop.
- (RACSignal*) topStories {
return [[[self rac_GET:@"topstories.json" parameters:nil] reduceEach:^id(AFHTTPRequestOperation *op, NSArray * response) {
return response;
}] deliverOn:[RACScheduler schedulerWithPriority:RACSchedulerPriorityBackground]];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment