Skip to content

Instantly share code, notes, and snippets.

@rscarvalho
Last active December 11, 2015 10:19
Show Gist options
  • Select an option

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

Select an option

Save rscarvalho/4585840 to your computer and use it in GitHub Desktop.
__block id this = self;
[self.tableView addPullToRefreshWithActionHandler:^{
// Escreva seu codigo aqui
// Depois de executar a logica, envie uma mensagem para o componente encerrar a atualização
[[this tableView].pullToRefreshView stopAnimating];
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment