Skip to content

Instantly share code, notes, and snippets.

@rscarvalho
Created January 21, 2013 12:57
Show Gist options
  • Select an option

  • Save rscarvalho/4585865 to your computer and use it in GitHub Desktop.

Select an option

Save rscarvalho/4585865 to your computer and use it in GitHub Desktop.
__block id this = self;
[self.tableView addInfiniteScrollingWithActionHandler:^{
// Logica de negocio
// ...
// Pare a animacao do componente
[[this tableView].infiniteScrollingView stopAnimating];
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment