Skip to content

Instantly share code, notes, and snippets.

@Rich86man
Created September 21, 2012 16:59
Show Gist options
  • Save Rich86man/3762656 to your computer and use it in GitHub Desktop.
Save Rich86man/3762656 to your computer and use it in GitHub Desktop.
- (void)requestBooks
{
[self.activityIndicator startAnimating];
self.booksResource = [[ZOBookResource alloc] initWithKidId:nil
delegate:self
finished:@selector(requestBooksFinished)
failed:nil];
[self.booksResource index];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment